A simple and elegant task management web application built to help you stay organized and productive. Add, update, and track your tasks with a clean and responsive interface.

- ✅ Add new tasks instantly
- ✏️ Edit existing tasks
- 🗑 Delete tasks you no longer need
- 📱 Fully responsive design for mobile and desktop
- 💾 Local storage
- Frontend: ReactJS, Typescript, Lucide icons & TailwindCSS
- Deployment: Vercel
- Clone the repository
git clone https://github.com/charithasrir31/zen-tasks-tracker.git
- Navigate to the project folder
cd zen-tasks-tracker
- Install dependencies
npm install
- Start the development server
npm start
- Open localhost in your browser.