An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.