https://github.com/alierpm/todolist-review
In the "Better communication in code reviews" lesson, you have read and think a lot about the quality of your code and communication in code reviews. Now it is time for you to perform a code review for your partner! We asked Code Reviewers to ignore any issues related to best practices or clean code rules during their reviews. Because of that, now you can find all of them by yourself.
https://github.com/alierpm/todolist-review
Last synced: 3 months ago
JSON representation
In the "Better communication in code reviews" lesson, you have read and think a lot about the quality of your code and communication in code reviews. Now it is time for you to perform a code review for your partner! We asked Code Reviewers to ignore any issues related to best practices or clean code rules during their reviews. Because of that, now you can find all of them by yourself.
- Host: GitHub
- URL: https://github.com/alierpm/todolist-review
- Owner: AlierPM
- Created: 2022-08-24T20:36:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T15:38:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T13:44:14.591Z (5 months ago)
- Language: JavaScript
- Size: 303 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do list App:
This project, is a simple to-do-list web app for keeping list of To Do tasks. 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 applicationsIncludes 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.