Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cindydorantes/todo-list-codereview
https://github.com/cindydorantes/todo-list-codereview
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cindydorantes/todo-list-codereview
- Owner: CindyDorantes
- License: mit
- Created: 2022-07-19T16:34:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T21:02:43.000Z (over 2 years ago)
- Last Synced: 2023-03-05T05:28:27.518Z (almost 2 years ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To-do-list: Code review practice
![](https://img.shields.io/badge/Microverse-blueviolet)
## Description
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
In specific, this repository has a copy from the code created for the To Do List project. The purpose is to practice code review
## Live Demo
You can check a live working version of this project here: [live-demo](https://cindydorantes.github.io/To-do-list/)
## GETTING STARTED
Clone this repo : https://github.com/CindyDorantes/To-do-list.git
After cloning this project, run the following commands:
```markdown
npm install
npm start
```The `npm install` command installs all dependencies used in the project while `npm start` is used to start the development server and view the application on the browser.
## Built With
- HTML, CSS, JavaScript
- Used [Webpack](https://webpack.js.org/) as bundler
- Icons from [FontAwesome](https://fontawesome.com/)
- (Used Lighthouse, Webhint, Stylelint, and ESLint as linters)## Authors
π€ **Cindy Dorantes**
- GitHub: [@CindyDorantes](https://github.com/CindyDorantes)
- Twitter: [@CindyDorantes10](https://twitter.com/CindyDorantes10)
- LinkedIn: [Cindy Melisa Dorantes SΓ‘nchez](https://www.linkedin.com/in/cindydorantessanchez/)## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/CindyDorantes/To-do-list/issues)
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
- Thanks to Microverse and my learning partners for their help and support.
## π License
This project is [MIT](./MIT.md) licensed.