This Project is a Basic Calculator ReactJS Project which demonstrates the following
- Creating a Component in React
- Basic calculation
- Communicating between parent and child component
- Using Bootstrap along with React
- Using Basic Routing in React
This URL has the application deployed in
Refer to https://nodejs.org/en/ to install nodejs
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
npm install -g create-react-appClone the project into local
git clone https://github.com/sagarbmistry/basiccalculator.git
cd basiccalculatorInstall all the npm packages. Go into the project folder and type the following command to install all npm packages
npm installIn order to run the application Type the following command
npm startThe Application Runs on localhost:3000