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
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
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
npx stylelint "**/*.{css,scss}"
npm install npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
npx eslint .
npm init -y
npm install --save-dev hint@6.x
npx hint .
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.
👤 Author1
Give a ⭐️ if you like this project!
This project is MIT licensed.