React kanban app
To run the dev server locally, create .env
file in your project root and add the following line:
VITE_REACT_KANBAN_APP_KEY=<your app key>
then install dependencies and run the dev server via npm.
$ npm install
$ npm run dev
Enter
to add a new Card.Shift
&Enter
to insert a new line.- All data is stored in localStorage.