Task Management app support 2 views Table/Kanban, Have filters, sorting, dark/light theme, custom columns / fileds
App Link: https://task-management-seven-chi.vercel.app/
Built with: NextJS/TS/TailwindCSS/Shadcn/NodeJS
Diagram online link: https://app.eraser.io/workspace/piySng7PGRpGW188G47G
- Core/Bonus Milestones
- Add Custom field for each task
- Assigned Sprints/Users for each task
- Dark/Light Theme
- Task Details modal
- Task decription controls
- Direct task edit by access link with task query include the task id
?task={ID}
First, run the installation:
npm i
# or
yarn
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.