Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.git

cd 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 Testing

You 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.