Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abenezer-tilahun/react-to-do-list
https://github.com/abenezer-tilahun/react-to-do-list
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abenezer-tilahun/react-to-do-list
- Owner: Abenezer-Tilahun
- Created: 2022-03-29T05:48:09.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-30T11:58:00.000Z (over 2 years ago)
- Last Synced: 2024-10-28T00:13:38.652Z (11 days ago)
- Language: JavaScript
- Size: 331 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-Application
![screenshot](./images/Screenshoot.PNG)
> This is a solo project in the Microverse Thrid Module. The project is a To-Do-List application were you are able to add and remove and mark completed tasks
Our goal here is to Build a To-do list application with add, remove and checked feature from scratch using React.js Click [here](https://abenezer-tilahun.github.io/React-To-Do-List/) to get a live preview of the project
#### Cloning the project
```
git clone https://github.com/Abenezer-Tilahun/React-To-Do-List.gitcd To-Do-list-Application
npm install
npm run start
```## Getting packages and debuging with Stylelint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
##### For validation detection using Stylelint Run
```
npx stylelint "**/*.{css,scss}"
```
##### from parent source directory## Getting packages and debuging with ESlint
```
npm install npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
##### For validation detection using Stylelint Run
```
npx eslint .
```
##### from parent source directory## Getting packages and debuging with Webhint
```
npm init -y
npm install --save-dev [email protected]
```
##### For validation detection using Webhint Run
```
npx hint .
```
## Unit TestingYou can find each unit test cases in the Test folder located in the parent source directory of the project. you can create your own custom unit test and test it by running
```
npx run test
```
This should run all unit test found in the application.test.js from the Test folder.## 🤝 Contributing
Feel free to check the [issues page](../../issues/).
## Authors
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/Abenezer-Tilahun)
- Twitter: [@twitterhandle](https://twitter.com/AbenezerTilah11)
- LinkedIn: [LinkedIn](linkedin.com/in/abenezer-tilahun-4b4b43137)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- My coding partners(@keza681)## 📝 License
This project is [MIT](./MIT.md) licensed.