https://github.com/amanyadav0007/protask
Try to create smart To-Do manager using HTML, CSS & JS!
https://github.com/amanyadav0007/protask
css3 html5 jsvascript localstorage
Last synced: 7 months ago
JSON representation
Try to create smart To-Do manager using HTML, CSS & JS!
- Host: GitHub
- URL: https://github.com/amanyadav0007/protask
- Owner: Amanyadav0007
- Created: 2025-07-08T07:32:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T18:03:31.000Z (7 months ago)
- Last Synced: 2025-07-08T18:48:04.339Z (7 months ago)
- Topics: css3, html5, jsvascript, localstorage
- Language: CSS
- Homepage: https://pro-task-olive.vercel.app
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 ProTask - To-Do List App
A fully responsive, interactive To-Do list app that supports multiple categories like Personal, Work, Important, etc. Each category stores its tasks separately using browser **Local Storage**. Built using **HTML**, **CSS**, and **Vanilla JavaScript** — no frameworks.
---
## 🌟 Features
- ✅ Category-based task separation (Personal, Work, etc.)
- ✅ Add, delete tasks in each category
- ✅ Task tagging (`Regular`, `Important`, `Very Important`)
- ✅ Timestamp on each task (date + time)
- ✅ Fully responsive UI using Flexbox
- ✅ Tasks stored persistently via `localStorage`
- ✅ Modal popup for task entry
- ✅ Clean, modern design with animated hover effects