“Style is power. Even your tasks deserve to be executed with class.”
LIVE DEMO: https://todo-list-theta-ivory.vercel.app/
A minimal yet luxurious To-Do List app built with HTML, CSS, and JavaScript.
Elegant glassmorphism design, dark/light theme toggle, and persistent storage via localStorage.
- 🧠 Smart task management
- 💾 Auto-save (localStorage)
- 🌗 Theme toggle (Dark/Light)
- 🎨 Classy UI inspired by Vincenzo Cassano’s aesthetic
| Tech | Purpose |
|---|---|
| HTML5 | Structure |
| CSS3 | Styling & Glassmorphism |
| JavaScript | Logic & DOM handling |
| LocalStorage | Persistent data |
- Fork the repo
- Push to GitHub
- Enable GitHub Pages
- Access it globally via:
todo/ │ ├── index.html ├── style.css ├── script.js ├── README.md └── LICENSE