This is my Microverse Math Magicians site, created with React and CSS.
React
CSS
GitFlow
- React
- GitFlow
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Code editor
- Node
- Registered account at the following external API: API NINJAS
Clone this repository to your desired folder by opening the terminal and running the following command:
git clone git@github.com:hajnaloltyan/react-calculator.git
Install this project with:
npm install
Create in the project's root directory a .env file without installing any additional dependency.
Inside that file add your own API key with the following format:
REACT_APP_API_KEY='your API key'
To run the project use the following command:
npm start
To run tests, run the following commands:
For CSS linter errors:
npx stylelint "**/*.{css,scss}"
For ESLint linter errors:
npx eslint "**/*.{js,jsx}"
Deployed by GitHub Pages.
npx run deploy
👤 Hajnalka Oltyan
- GitHub: @hajnaloltyan
- LinkedIn: [Hajnal Oltyan]](https://www.linkedin.com/in/hajnalka-oltyan/)
- Add more operation buttons to the Calculator
Contributions, issues, and feature requests are welcome!
If you like this project please leave a star and a comment.
I would like to thank Microverse to have this opportunity, and also thank you the code review team.
This project is MIT licensed.