Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cindydorantes/todo-list-codereview


https://github.com/cindydorantes/todo-list-codereview

Last synced: 19 days ago
JSON representation

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.