Developed in Next.js, MyKanBan is an application that utilizes features such as Drag and drop, Context API, and Rich Text to create an intuitive Kanban board that allows you to manage your tasks conveniently.
You can create multiple boards, lists, and task cards with just a few clicks.
The data is stored in localStorage, or you can export it as a JSON file to import later.
- require NodeJs v16.+
clone and intstall:
$ git clone https://github.com/cesardmn/mykanban.git
$ cd mykanban
$ npm i
run:
$ npm run dev