https://github.com/cindydorantes/todo-list-codereview
https://github.com/cindydorantes/todo-list-codereview
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cindydorantes/todo-list-codereview
- Owner: CindyDorantes
- License: mit
- Created: 2022-07-19T16:34:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T21:02:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T22:44:18.654Z (6 months 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

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