https://github.com/jaymelfah/to-do-list-webpack
A To do list app built with JavaScript, HTML, CSS and Webpack. Users can add items to the list, delete specific items on the list and select and delete all selected items.
https://github.com/jaymelfah/to-do-list-webpack
javascript webpack
Last synced: 4 months ago
JSON representation
A To do list app built with JavaScript, HTML, CSS and Webpack. Users can add items to the list, delete specific items on the list and select and delete all selected items.
- Host: GitHub
- URL: https://github.com/jaymelfah/to-do-list-webpack
- Owner: Jaymelfah
- License: mit
- Created: 2022-09-27T20:09:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T15:01:26.000Z (almost 4 years ago)
- Last Synced: 2025-10-29T08:38:11.145Z (8 months ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 7.84 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# To Do List
In this project, I built a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. The simple web page will be built using webpack and served by a webpack dev server.
## Learning objectives
- Use JavaScript modules
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
## Built With
- HTML, CSS, JavaScript, Webpack
## Author
👤 Jeremiah Melfah
- GitHub: [GitHub](https://github.com/Jaymelfah)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jeremiah-ekow-melfah-a4402a161/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
## 📝 License
This project is [MIT](./MIT.md) licensed.