Simple kanban board to manage your day-to-day tasks.
View Demo
·
Report an issue
Table of Contents
A Kanban-inspired app for keeping track of things that need to get done.
The goal of TaskBoard is to provide a simple and clean interface to a functional and minimal application for keeping track of tasks. It's not trying to be the next Trello or LeanKit.
What TaskBoard does is make it easy to start keeping track of anything you need to get done. The visual aspect of a board allows for easy status checks, and can be motivating for users who want to move their tasks to the next column.
Here's why:
- Increased productivity and efficiency.
- Focus on continuous delivery.
- Visual status of the ongoing tasks.
Lastly, this is not going to be a throwaway project. I plan to work on more features like integrating DraftJS, Electron app for desktop, group drag and drop, PWA, etc.
I learned about a lot of things while working on this project and used some new libraries and frameworks. Some of them being:
Wish to setup the project in your local?
- node
- npm/yarn
- Clone the repo
https://github.com/SBagaria2710/task-board.git
- Install packages
npm/yarn install
- Start the project
npm/yarn run dev
I've added the No Status
group by default where all the tasks can be initially conceived and then further move around to other groups.
Project Link: https://github.com/SBagaria2710/task-board
Feel free to reach out to me in case you have any suggestions for the app 😄