Skip to content

xGaba/MyToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyToDoList

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.

Features

  • Add tasks to the list.
  • Delete completed tasks.
  • Simple and functional interface.
  • Storaged with LocalStorage.

Tech Stack

  • HTML and CSS
  • JavaScript
  • LocalStorage

Screenshots 📸

Here are some screenshots of the app:

todoApp.png


Contribution

If you want to contribute to this project:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-new).
  3. Make your changes and commit (git commit -m 'Description of change').
  4. Push to the branch (git push origin feature-new).
  5. Open a Pull Request.

Acknowledgements