The purpose of this application is to complete the final assessment for a React simple calculator application. This application is designed to perform basic calculations such as addition, subtraction, multiplication, and division. It is built using React, a popular JavaScript library for building user interfaces, which allows for efficient rendering and updating of the calculator's display.
After donwloading or cloning the project:
- Install node modules by running:
npm install
- start the project:
npm start
- Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.