math magicians is a simple react caculator website to practice react .
math magicians module 3 week 1 :
simple calculator using React
- HTML
- CSS
- JSX & React
- React&Redux linters
To get a local copy up and running follow these simple example steps.
for SSH:
git clone git@github.com:saied2035/math-magicians.git
for https:
git clone https://github.com/saied2035/math-magicians.git
after cloning the repo run
npm install
run
npm start
for devlopment
npm run build
for production code
npx stylelint "**/*.{css,scss}"
for CSS check.npx stylelint "**/*.{css,scss}" --fix
to fix JS issues if found.npx eslint .
for JS check.npx eslint . --fix
to fix JS issues if found.
👤 Saied Gaffer
- GitHub: @Saied2035
- Twitter: @SaiedGaffer
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse: microverse community
This project is MIT licensed.