A simple to-do list web application built with HTML, CSS, and JavaScript. Manage your tasks efficiently with this user-friendly interface.
- Add and remove tasks
- Mark tasks as completed
- Responsive design for optimal user experience
- Local storage for persistent data
- HTML
- CSS
- JavaScript
-
Clone the repository:
git clone https://github.com/Altair-05/ToDo-List.git
-
Open
index.html
in your preferred browser. -
Start managing your tasks efficiently!
Contributions are welcome!
- Fork the repository.
- Create a new branch:
git checkout -b feature-new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-new-feature
. - Submit a pull request.