This project is build using React framework and I have used stylelint
and eslinte
for checking linter errors.
Below features are added here
- Basic mathematical operation
- CSS3
grid
features have used for input displays
- React.Js
- CSS3
- Linters
To get a local copy up and running follow these simple example steps.
git clone https://github.com/bushmusi/math-magicians
cd math-magicians
npm start
For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in CSS file run:
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}"
- For tracking linter errors in Javascript file run:
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
npx eslint .
- Use GitHub pages to deploy website
- For more information about publishing sources, see About github pages
👤 Bushra
- GitHub:
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Coding Partners
- Code Reviewers
This project is MIT licensed.