/To-Do-list

This is a simple To Do App that allows users to keep track of their tasks and remove them when they have completed each task. It was built using HTML, CSS and JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

logo

📗 Table of Contents

📝 To-Do-list

In this project, I built a simple HTML list of To Do tasks. This simple web page was built using webpack and served by a webpack dev server.

🛠 Built With

  • HTML
  • CSS
  • JavaScript (ES6)
  • Webpack

Key Features

  • Added event listener to the checkbox (change).
  • Updated items object's value for completed key upon user actions.
  • Implemented a function for the "Clear all completed" button.
  • Stored the updated array of items in local storage, so the user gets the correct list values after the page reloads.

(back to top)

🚀 To-Do List App

To-Do List App

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need: Git should be installed on your local machine to clone it using HTTP or SSH. Otherwise you can download the zip file.

You can clone this project by using the command below

Command : git@github.com:elarhadu/To-Do-list.git

Setup

Clone this repository to your desired folder

Author

👤 Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give me a ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the wireframe for this project.

(back to top)

📝 License

This project is MIT licensed.