https://github.com/alierpm/to-do-list
In this project, you 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.
https://github.com/alierpm/to-do-list
Last synced: over 1 year ago
JSON representation
In this project, you 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.
- Host: GitHub
- URL: https://github.com/alierpm/to-do-list
- Owner: AlierPM
- Created: 2022-08-20T06:31:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T22:23:26.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T13:44:14.599Z (over 1 year ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do list App: list structure
In this project, you 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.
## Webpack ( To-Do-List App ) Setup
Frontend environment for building JavaScript applications
Includes the following features...
Babel Loader
Sass Loader With Dart Sass
HTMLWebpackPlugin
WebpackDevServer
Asset Resource Loader
Source Maps
Caching
## Usage
Run Dev Server (Port 3000)
npm run dev
## Build for production
npm run build
## [Live Demo](https://alierpm.github.io/To-Do-List/)
The demo app is a To-Do-List. Build in a webpack environment
* index.js (main javascript)
* index.html (template)
* styles/style.css
## Author
:bust_in_silhouette: **Alier Philip Maguet**
- GitHub: [@AlierPM](https://github.com/AlierPM)
- Twitter: [@AlierPM](https://twitter.com/AlierPM)
- LinkedIn: [@AlierPM](https://www.linkedin.com/in/alier-philip-maguet-b11653203/)
## 🤝 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
- Hat tip to anyone whose code was used
- Webpack Front-end Environment Setup inspired by:
- [Tutorial by Traversy Media](https://www.youtube.com/c/TraversyMedia)
## 📝 License
This project is [MIT](./MIT.md) licensed.