This project was bootstrapped with Create React App.
Learning how to build a todo list using React
This project is build with:
- HTML;
- CSS;
- JavaScript, ReactJs.
To get the content of this project locally you need to run this command in your terminal:
git clone git@github.com:pasytchangwa/Math.git
cd Math
- Use
npm start
to run the app in live server
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
npm install
This command will download all the dependancies of the project -
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}"
-
And For tracking the linter errors in JavaScript file run:
npx eslint .
-
Use
npm run build
to run the app in live server
👤 Sylvestre Pagkeu
- GitHub: @pasytchangwa
- Twitter: @Sylvest10415595
Feel free to check the issues page
Give a ⭐ if you like this project!
- Thanks to everyone who will get time to check this code especially to code reviewers.
This project is MIT licensed.
Hello