This is a to-do list project developed at the Front-End. It allows users to add, delete, and manage tasks easily. Storaged with LocalStorage.
- Add tasks to the list.
- Delete completed tasks.
- Simple and functional interface.
- Storaged with LocalStorage.
- HTML and CSS
- JavaScript
- LocalStorage
Here are some screenshots of the app:
If you want to contribute to this project:
- Fork the repository.
- Create a new branch (
git checkout -b feature-new
). - Make your changes and commit (
git commit -m 'Description of change'
). - Push to the branch (
git push origin feature-new
). - Open a Pull Request.