Skip to content

Application that uses the localStorage to keep the information on the activities that are pending to be done and also those that are completed. It provides an option to edit activities and also delete them. The clear all applies to those that are marked as completed by selecting the checkbox.

Notifications You must be signed in to change notification settings

zkr024/To-Do-List

Repository files navigation

To-do-List

App to add activities in a list. Use Js to add functionality: -Add activities. -Edit activities. -mark as completed. -Deleted those marked. -Use localStorage to keep records of the changes in the app. Use webpack to compile all the files.

Built With:

  • HTML.
  • CSS.
  • JavaScript
  • Webpack
  • Check the code with Linters tests: Webhint Stylelint Lighthouse esLint

Live Demo

Click here

Getting Started

To get a local copy up and running follow these simple example steps:

  • It's necessary to install the LTS option of Node.js. link.
  • npm will be included in the previous installation.
  • Go to the folder where you want to store the project, and clone the repository:
  • SSH: [email protected]:zkr024/To-do-List.git
  • From the folder where all the files are located please Run npm install.
  • And to launch the web server, please run npm start.

Authors

👤 Oscar Bermudez

🤝 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

Application that uses the localStorage to keep the information on the activities that are pending to be done and also those that are completed. It provides an option to edit activities and also delete them. The clear all applies to those that are marked as completed by selecting the checkbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published