todo-app
Simple Todo List App made with HTML, CSS, and JavaScript.
π Todo List App
A simple and responsive Todo List App built with HTML, CSS, and JavaScript.
It allows users to add, mark as complete, and delete tasks. Tasks are saved in localStorage, so they remain even after refreshing or closing the browser.
π Features
- Add new todos
- Mark todos as completed (with line-through)
- Delete todos
- Saves todos in browserβs localStorage
- Responsive design (works on mobile and desktop)
π» Technologies Used
- HTML5
- CSS3
- JavaScript (Vanilla JS)
π· Demo
π Live Demo: Your GitHub Pages Link Here
π How to Use
- Clone the repo or download the code:
```bash
git clone https://github.com/Nikhil870035/todo-app.git