A sleek and minimal task management app built with TailwindCSS to organize your daily activities, boost productivity, and stay on track.
Designed for simplicity, speed, and usability.
🔗 Live Demo: to-do-manager-two.vercel.app
- ➕ Add, ✏️ Edit, and 🗑️ Delete tasks effortlessly
- ✅ Mark tasks as completed
- 📊 Organized task categories for better workflow
- 📱 Fully responsive design (desktop & mobile)
- ⚡ Blazing fast build and smooth performance
- Frontend: HTML, JavaScript, TailwindCSS
- Styling: TailwindCSS utility classes + custom config
- Build Tool: Vite (or your setup)
- Deployment: Vercel
Clone the repo and install dependencies:
git clone https://github.com/Yash-Bankar/To_Do_Manager.git
cd To_Do_Manager
npm installRun the development server:
npm run devBuild for production:
npm run build- Open the app in your browser.
- Add new tasks.
- Mark tasks as completed when done.
- Organize and track your productivity.
You can customize the design in tailwind.config.js:
- Theme: Extend colors, fonts, and spacing
- Dark Mode: Enable
classstrategy for manual toggle - Plugins: Add extra Tailwind plugins if needed
- ❌ App not starting? → Ensure Node.js (>=16) is installed.
- ❌ Tailwind styles not applying? → Run
npm run devand check yourtailwind.config.jspaths. - ❌ Build errors? → Delete
node_modulesand reinstall withnpm install.
Contributions, issues, and feature requests are welcome!
Feel free to open an issue or submit a pull request.
- Fork the project
- Create your feature branch (
git checkout -b feature/awesome-feature) - Commit your changes (
git commit -m 'Add awesome feature') - Push to the branch (
git push origin feature/awesome-feature) - Open a Pull Request
This project is licensed under the MIT License – see the LICENSE file for details.
Made with ❤️ by Yash Bankar