Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambenkis/todo-list-review
https://github.com/iambenkis/todo-list-review
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iambenkis/todo-list-review
- Owner: iambenkis
- Created: 2022-08-16T07:44:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T11:31:07.000Z (over 2 years ago)
- Last Synced: 2025-01-03T04:19:19.474Z (about 1 month ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To Do list
> The todo list lists everything that you have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom using a corresponding index of each task. The project is build with HTML,CSS and Javascript.
## Built With
- Html
- Csss
- Js
- Technologies used: webpack, Git, Github## Live Demo (if available)
## Getting Started
To get the project locally , run
```bash
git clone https://github.com/iambenkis/todo-List-review.git
```### Prerequisites
- node
- npm### Install
Install webpack with npm :
```bash
npm install --save-dev webpack
```### Usage
- To get the configuration of the app: Run
```bash
npm install
```### Run tests
- To update changes : Run
```bash
npm run build
```
- To launch the app locally: Run
```bash
npm start
```## Authors
👤 **Benjamin Kisenge**
* GitHub: [@benjamin kisenge](https://github.com/iambenkis)
* Twitter: [@benjamin kisenge](https://twitter.com/iambenkis)
* LinkedIn: [benjamin kisenge](https://www.linkedin.com/in/ben-kisenge/)## 🤝 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
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._