Skip to content

Jolt0703/kanban

Repository files navigation

kanban

React kanban app

Setup

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

How to Use

  • Enter to add a new Card.
  • Shift & Enter to insert a new line.
  • All data is stored in localStorage.

2026_previewenv_20220401