Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piercel2022/code-review-exercise
https://github.com/piercel2022/code-review-exercise
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/piercel2022/code-review-exercise
- Owner: Piercel2022
- Created: 2022-07-19T08:07:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T23:51:46.000Z (over 2 years ago)
- Last Synced: 2024-11-28T19:24:29.837Z (about 2 months ago)
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
"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.## Built With
- HTML
- CSS
- JavaScript
- Linters for HTML, CSS and JavaScript
- Webpack## Getting Started
To get a local copy up and running follow these simple example steps.
### Using it Locally
- Clone the project from GitHub [here](https://github.com/Piercel2022/todo-list)
- Run the following commands as listed in your terminal:
- `npm install` to install dependencies from the package.json
- `npm run build` to build or compile the project
- `npm start` to start the webpack server## Visit And Open Files
[Visit Repo](https://github.com/Piercel2022/todo-list)
## Author
- GitHub: (https://github.com/Piercel2022)
- Twitter: (https://twitter.com/pier_celestin)
- LinkedIn: (https://linkedin.com/in/piercelestinmax)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Piercel2022/todo-list/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.