This is a React calculator built with JavaScript and JSX. This application allows you to do your basic computation and calculations easily.
This project was bootstrapped with Create React App.
Click here for live link
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/Ralph-1/Calculator.git
cd Calculator
into the project- Run
git checkout develop
- Run
npm install
oryarn install
to install all the dependencies - Run
npm start
to start the server locally
Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- Github ralph-1
- Twitter @NotRalph0
- Linkedin Ralph
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.