Skip to content

Cniteshch/taskBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskBoard (Kanban)

Manage all your daily task through this board to track it.

Features includes:

  • 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/

image

Setup & Local Development

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 written

Requires Node 18+.

About

Managing all your task at one place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors