An open API service indexing awesome lists of open source software.

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!

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