https://github.com/carlosmuerto/to-do-list-webpack
In this project, I will build a simple HTML list of To-Do tasks. This simple web page will be built using Webpack and served by a Webpack dev server.
https://github.com/carlosmuerto/to-do-list-webpack
javascript webpack
Last synced: 2 days ago
JSON representation
In this project, I will build a simple HTML list of To-Do tasks. This simple web page will be built using Webpack and served by a Webpack dev server.
- Host: GitHub
- URL: https://github.com/carlosmuerto/to-do-list-webpack
- Owner: carlosmuerto
- License: other
- Created: 2022-08-09T19:12:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T18:10:15.000Z (over 2 years ago)
- Last Synced: 2025-10-11T05:17:54.584Z (2 days ago)
- Topics: javascript, webpack
- Language: HTML
- Homepage: https://carlosmuerto.github.io/to-do-list-webpack/
- Size: 10.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
   
# To Do list: list structure
> In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.

## Learning objectives
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.## Built With
- CSS, HTML, JavaScript (ES6)
- luxon
- webpack
- single page aplication## Live Demo
[Live Demo Link](https://carlosmuerto.github.io/to-do-list-webpack/)
## Getting Starte
#### Step 1:
- Clone this repo locally using git and the following git command
```bash
git clone https://github.com/carlosmuerto/to-do-list-webpack
```
- or with GitHub CLI
```bash
gh repo clone carlosmuerto/to-do-list-webpack
```#### Step 2:
- install dependency
```bash
npm install
```#### Step 3:
- Run dev server
```bash
npm start
```#### Other Consideration
- to Run a Compliler
```bash
npm run build
```
and to a Watch Compliler
```bash
npm run watch
```
## Authors👤 Carlos Vivas
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)👤 Addis Tsega
- GitHub: [@Aseadd](https://github.com/Aseadd)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- ### [Awesome books repository](https://github.com/cmolinan/awesome-books)
## 📝 License
This project is [MIT](LICENSE.md) licensed.