Manage all your daily task through this board to track it.
- Add New task
- Edit existing task
- Delete task
- Drag and drop to change task status
- Theme bases dark and light mode
- Search task by name or assigned user
Live Demo https://taskboard-appp.netlify.app/
git clone "https://github.com/Cniteshch/taskBoard"
cd taskBoard
npm install
npm run dev # starts dev server at http://localhost:5173
npm run build # production build
npm run preview # preview production build locally
npm test # run all unit tests (vitest)
npm run test:ui # vitest UI in the browser
npm run coverage # coverage of test case writtenRequires Node 18+.