This is a simple calculator app built using ReactJs.
You need to have Node and NPM installed on your system.
- Clone the project or download and extract the .zip to get started.
cd folder/to/clone-into git clone https://github.com/prateekmaheshwari/react-calculator.git - Run
npm installinto project's root directory. - Run
npm startto start the app. - You will be automatically redirected to
http://localhost:3000/.