Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 752 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 752 Bytes

cljs-format-converter

Application for data conversion. Supported formats - JSON, YAML, EDN, JavaScript Object. Kapture 2023-08-03 at 23 24 33

Demo is avaliable here

Plans

  • Mobile layout support
  • UI/UX improvements
  • Dark/Light theme
  • Use code/text editors
  • Github link
  • Add analytics?
  • Fix keyx order changes

Usefull commands

  • Install deps
make install
  • Build tailwind styles
make tw-build
  • Run app
make dev
  • Run tests
make test
  • Release build
make release

Made with ClojureScript, Shadow-cljs, Reagent, Re-frame, Tailwind