A moderna and minimal task management board, where you can organize your projects, tesks and crate notes all in one place.
- Resonsive design (mobile-first).
- Dark/light mode toggle.
- Create, edit, and delete projects
- Each project has its own board of tasks
- Visual overview of all active projects
- Add, edit, and delete tasks within a project
- View task details (status, details, etc.)
- Manage task status: Not Started, In Progress, Completed
- Add quick notes (like sticky notes)
- Edit or delete notes anytime
- Great for reminders or small thoughts
- React – Core library for building the user interface and handling component state.
- TypeScript – Strongly typed JavaScript that improves developer experience and prevents runtime errors.
- Tailwind CSS – Utility-first CSS framework for fast, responsive, and consistent styling.
- Vite (or Create React App) – Modern development server and build tool for lightning-fast setup and hot reloads.
- LocalStorage API – for persistent client-side data storage.
- State Management | useState / Context API.