Todos Chunks is a simple, file-based Todo Manager built with Next.js. It’s designed to help you organize tasks efficiently without the overhead of a database. Add tasks, track progress, and visualize your productivity over time.
- File-Based Storage: No database required. Your todos are stored in simple MD files.
- Calendar View: See all your tasks on a calendar and plan ahead.
- Future-Dated Todos: Add tasks to any future date.
- Progress Tracking: Mark tasks as complete and see your daily progress.
- GitHub-style: Visualize task completion per day at a glance.
- Lightweight & Simple: Focused on usability and minimal setup.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
