React.js, HTML, CSS, JavaScript
- Add, Subtract, Multiply, Divide Operations
- Reset Input & Clear Result Functionality
- This application requires the
node_modules
folder for React, which can be installed using the following command in Terminal:
npm install
Additional dependencies are listed in the package.json
file.
- After installing the requirements, start the React application by entering:
npm start
- Once the application is running, you can access and interact with the website at: http://127.0.0.1:3000/ via any web browser on your
localhost
.