Skip to content

This is a miniature To-do-list website where users can add to-do items, mark them as complete as well as deleting tasks. I used JavaScript for this project and the users' data on to-do tasks is stored in the Local Storage.

Notifications You must be signed in to change notification settings

AdornChoga/To-do-list

Repository files navigation

Todo-list

Todo-list is a miniature app for organizing your day. In the app you can add your todos and checking the completed ones. You can also delete todos one at a time or deleted all the completed todos at once.

Built With

  • HTML
  • CSS
  • JavaScript
  • Webpack

Live Demo

View live on Netlify

Getting Started

To run this application please follow these steps:

1.Clone the repo onto you local machine

  • to clone click on the green 'Code' button and copy the HTTPS link. -using 'git clone ' command, clone the repository on your local machine.
  1. Run npm install in the terminal.
  2. Run npm start to view the webisite in you default browser or open 'dist/index.html' using Live Server extension in Visual Studio Code

Authors

I worked on this project alone and here are my contact details

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

This is a miniature To-do-list website where users can add to-do items, mark them as complete as well as deleting tasks. I used JavaScript for this project and the users' data on to-do tasks is stored in the Local Storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published