Skip to content

apt2tell/ToDoList

Repository files navigation

To-Do-List

In this project, I implemented the CRUD (create, read, update, delete) methods. This Todo app allows users to add, edit, delete and mark tasks completed by selecting the corresponding checkbox. The updated task lists are stored in local storage.

Learning objectives

  • Use webpack to bundle JavaScript.
  • Learn how to use proper ES6 syntax.
  • Use ES6 modules to write modular JavaScript.

Built With

  • HTML, CSS, JavaScript
  • npm
  • html-webpack-plugin
  • webpack-dev-server

live Demo

Check out the Live Demo

Getting Started

Open index.html

To launch the project locally:

Step 1:

  • Clone this repository in your local machine terminal:

git clone git@github.com:Okechukwu-muokwugwo/ToDoList.git

Step 2:

  • Open the html pages in a web browser preferrably Chrome.

Author

👤 Okechukwu Muokwugwo

🤝 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

📝 License

This project is MIT licensed.

About

In this project, I implemented the CRUD (create, read, update, delete) methods. This is a simple To Do tasks App. The user will also be able to mark task completion by selecting the corresponding checkbox. The updated tasks list is stored in local storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from apt2tell/Webpack-Setup