A sleek, responsive to-do list application built with vanilla JavaScript, HTML, and CSS.
- Add new tasks
- Mark tasks as completed
- Delete completed tasks
- Responsive design for desktop and mobile devices
- Local storage for data persistence
- Modern UI with smooth interactions
- Clone the repository
- Open
index.html
in your web browser
index.html
: Main HTML filecss/styles.css
: Styles for the applicationjs/app.js
: Main JavaScript filejs/todoList.js
: TodoList class with core functionalityassets/favicon.ico
: Favicon for the website
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.