A minimal task management application built with a clean, fast, and developer-friendly interface. This project focuses on simplicity and productivity.
- Add, edit, and delete tasks
- Mark tasks as complete
- Responsive and fast interface
- Local task persistence
- Dark themed UI
- React
- TypeScript
- Vite
- Node.js (v18 or newer recommended)
- npm or yarn
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-namenpm installnpm run devThe app will run at:
http://localhost:5173
├── src/
├── components/
├── hooks/
├── utils/
└── package.json
- User authentication
- Cloud synchronization
- Keyboard shortcuts
- Progressive Web App support
Mohammed Taha