A modern task management application built with React, TypeScript, and Tailwind CSS featuring CRUD operations, filtering, local storage persistence, and a responsive user interface.
🔗 https://task-zen-omega.vercel.app/
- Create, edit, and delete tasks
- Mark tasks as completed or pending
- Filter tasks (All, Pending, Completed)
- Dark & Light mode
- Local storage persistence
- Responsive design
- Component-based architecture
- Clean and intuitive UI
- React
- TypeScript
- Tailwind CSS
- Local Storage
- Vercel
src/
├── components/
├── types/
├── App.tsx
├── index.tsx
└── ...
Clone the repository
git clone https://github.com/OmBaisane/TaskZen.gitNavigate to the project
cd TaskZenInstall dependencies
npm installRun the development server
npm start- Built a complete CRUD application using React and TypeScript
- Improved state management with proper TypeScript typing
- Implemented local storage persistence
- Created reusable and modular React components
- Practiced clean project structure and scalable code organization
- Drag & Drop task sorting
- Due dates
- Categories & tags
- Search functionality
- Cloud synchronization
- User authentication
- 🌐 Portfolio: https://portfolio-nine-phi-ry8fa70ws1.vercel.app
- 💻 GitHub: https://github.com/OmBaisane
- 💼 LinkedIn: https://www.linkedin.com/in/om-baisane-b96625346
- 📧 Email: ombaisane29@gmail.com
This project is licensed under the MIT License.