In this project, a calculator is built using the React.js library.
- React
- create-react-app
To get this project up and running locally, you must have node and yarn installed locally.
To get this project set up on your local machine, follow these simple steps:
Step 1
Navigate through the local folder where you want to clone the repository and run
git@github.com:belsman/React-Calculator.git
. It will clone the repo to your local folder.
or with https
https://github.com/belsman/React-Calculator.git
.
Step 2
Run cd React-Calculator
Step 3
Run npm install
to install the npm packages from the package.json
file.
Step 4
Run npm start
to start the webpack server, you can now navigate to http://localhost:3000
to view the app. The server refreshes the app every time you make a change to a file used by it.
Step 5
Most important, enjoy the app!
👤 Bello Babakolo
-
Github: @belsman
-
Linkedin: Bello Babakolo
-
Twitter: @d_belsman
Our favourite contributions are those that help us improve the project, whether with a contribution, an issue, or a feature request!
If you've read this far....give us a ⭐️!
This project is licensed by Microverse and the Odin Project