A task management application built with Next.js and React. Originally inspired by a CLI task manager, now delivered as a fast web UI with persistent JSON storage.
- Add, list, complete, and delete tasks
- Set priority levels (low, medium, high)
- Tag tasks for filtering
- Persistent storage via JSON file
- Clean, responsive UI
- Next.js 14
- React 18
- Tailwind CSS
- JSON file storage
npm install
npm run devOpen http://localhost:3000 in your browser.
npm run buildlib/ # Storage and command logic
pages/ # Next.js pages
components/ # UI components
MIT