Task manager built with React + Vite + Tailwind.
Live demo: https://paula-gi.github.io/task-manager/
- Create tasks
- Move tasks between columns
- Delete tasks
- LocalStorage persistence
- Status columns:
- Pending
- In Progress
- Completed
- Color-coded tasks
- Component architecture
- Unit tests with Vitest
- React
- Vite
- TailwindCSS
- Vitest
- Testing Library
git clone https://github.com/paula-gi/task-manager.git
cd task-manager
npm install
npm run dev