Private kanban board that saves to local storage.
Shadow CLJS, ClojureScript, Reagent.
I've been looking at Clojure recently and wanted to put together a small application in ClojureScript to evaluate the JS interop. This is a simple SPA that leverages Reagent for React components and state management.
# install dependencies
npm install
# serve locally
npm start
This starts the Shadow CLJS app on port 3000 and watches for changes.
# install dependencies
npm install
# compile for production
npm run build
This builds the client app to /public
ready for deploy to a static site host. A Dockerfile has also been included for building and launching the app in container environments using an integrated Node.js server.
- Draggable cards
- Offline support
This project is licensed under the MIT License.