A minimal, clean, and local task manager built with HTML, CSS, and JavaScript.
Designed and developed by Rx4n, this project aims to provide a simple yet productive way to organize daily tasks directly in your browser.
- 📝 Create new tasks with title, description, and progress.
- 💾 Automatic saving using
localStorage(persistent in your browser). - ❌ Delete tasks individually.
- ⚡ Lightweight and responsive — works entirely offline.
- HTML5 — structure and layout
- CSS3 — custom dark theme and responsive design
- JavaScript (Vanilla) — logic, events, and localStorage
- Clone or download the repository:
git clone https://github.com/Rian-Batista-Rx4n/task-deck.git- Open the project folder and run:
cd taskdeck- Open the file index.html in your browser. ✅ Done! Your TaskDeck is ready to use.