A responsive task management web app built with React.js and Tailwind CSS. Users can create tasks with a name, date, and time — and manage them easily with full edit and delete support. Data persists across page reloads using browser localStorage.
- Add tasks with task name, date, and time
- Edit existing tasks (update name, date, and time)
- Delete tasks
- Persistent storage using
localStorage(data saved across reloads) - Responsive design (mobile + tablet + desktop)
- Clean and minimal UI
- React.js
- Tailwind CSS
- Vite
- Browser localStorage
git clone https://github.com//.git cd npm install
npm run dev
- Task priority levels (Low / Medium / High)
- Filter tasks by date or status
- Mark tasks as completed
- Due date reminder / overdue highlight
Akash S