React-To-Do-List

To-Do-list-Application

screenshot

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 to get a live preview of the project

Cloning the project

git clone https://github.com/Abenezer-Tilahun/React-To-Do-List.git<Your-Build-Directory>

cd To-Do-list-Application

npm install

npm run start

Getting packages and debuging with Stylelint

npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
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 eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
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 hint@6.x
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.

Authors

👤 Author1

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.