Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strangeal/todo-list-review
https://github.com/strangeal/todo-list-review
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/strangeal/todo-list-review
- Owner: Strangeal
- License: mit
- Created: 2022-10-03T13:11:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T16:56:37.000Z (about 2 years ago)
- Last Synced: 2023-03-11T22:33:29.385Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo-list-review
![](https://img.shields.io/badge/Microverse-blueviolet)
# Microverse Todo-list Project
> **Todo list review is a Javascript excercise in module 2 week 3 in the fullstack microverse software development course. This exercise is for students to practice peer to peer code review and also learn to receive feedback from peers**
## Built With
- html
- css
- Javascript
- webpack## Live Demo
[**See Project 🚀**](https://strangeal.github.io/Todo-list/);
## Get Started
To get the content of this project locally you need to run the following commands in your terminal.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)### Setup
1. Download the **Zip** file or clone the repo with:
```bash
git clone [email protected]:Strangeal/Awesome-books.git
```
3. To access cloned directory run:
```bash
cd MyPortfolio
```
3. Open it with the live server### Install
> To install linters and other project's dependencies run:
```bash
npm install
```
## Run Test for LintersFor tracking linter errors locally you need to follow these steps:
1. For tracking linter errors in HTML files run:
```bash
npx hint .
```2. For tracking linter errors in CSS or SASS files run:
```bash
npx stylelint "\*_/_.{css,scss}"
```3. For tracking linter errors in JavaScript files run:
```bash
npx eslint .
```## Author
👤 **Justice Bajeri**
- GitHub: [Link to Github Profile](https://github.com/Strangeal)
- Twitter: [Link to Twitter Profile](https://twitter.com/Str_angeal)
- LinkedIn: [Link to LinkedIn Profile](https://www.linkedin.com/in/justice-bajeri-0b7211243/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
For Design Inspiration I would like to Acknowledge## 📝 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._