kanban

Kanban board made using Reactjs and tailwindcss to keep track of your tasks

MIT License

Stars
5

Kanban

Kanban board to keep track of projects and tasks

View live

Dark Mode

Light Mode

Card Modal

Features

  • Drag & drop tasks
  • Add List
  • Add tasks to list
  • Dark Mode

Development setup

Steps to locally setup development after cloning the project.

git clone https://github.com/BUMBAIYA/Kanban.git

Step 1 - Dependencies

You will need:

  • node
  • yarn (Optional. Not Required if you use NPM)

Please install them if you don't have them already.

Step 2 - Install packages

If you are using yarn run from the root of the repository:

cd kanban
yarn

Step 3 - Run app

Once the dependencies are installed, you can run the app:

yarn dev

Your browser should open up to a running app.

License

Licensed under the MIT license.