This project contains a calculator. Just like a usual calculator the user can input a value, choose an operator and perform the operation. The project also includes the use of React Router Dom, this transforms it in a SPA(single page application) using router.
- React
- Node
To get a local copy up and running follow these simple example steps.
- React
- Node
- Git
# To clone the git repositories
git clone https://github.com/uzairali19/math-magicians
# To install dependencies
npm install
# To run development branch
npm run start
# To check for CSS errors
npx stylelint "**/*.{css,scss}"
# To check for Javascript errors
npx eslint .
👤 Uzair Ali
- GitHub: @uzairali19
- Twitter: @uzairali751
- LinkedIn: Uzair Ali
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.