This app includes the basic functionality of a Calculator developed using React.js. This app was generated using Create React App.
Running the Application
- Clone this repository
- Change directory
cd calculator - Install node modules
npm install - Start the server
npm start