| Contents |
|---|
| Built With |
| Live Demo |
| Install |
| Testing |
| Authors |
| License |
I have built a calculator using React
- React
- Jest
- JavaScript
- HTML5
- CSS
- Heroku
- VS Code
Follow these steps below to get my Application working. I used npm to manage all my packages for JavaScript. If you don't have it installed already, you can install it here
-
- Open your
Terminal
- Open your
-
- Navigate to the directory where you will like to install the repo by running
cd calculator-react
- Navigate to the directory where you will like to install the repo by running
-
- Run
git clone git@github.com:DcRonan/calculator-react.gitto download or you can download usingHTTPSby runninggit clone https://github.com/DcRonan/calculator-react.gitin the terminal
- Run
-
- Run
cd calculator-reactto enter the directory
- Run
-
- Run
npm ito install all the packages
- Run
-
- Run
npm startto start the app
- Run
I have used a JavaScript testing framework to test my code, called Jest.
-
- Open
Terminalagain
- Open
-
- Run
cd calculator-reactto enter the directory
- Run
-
- Run
npm testto start testing
- Run
-
- All tests will pass ✅
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!

