Skip to content

jschhie/Calculator-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator React App

React.js, HTML, CSS, JavaScript

Features

  • Add, Subtract, Multiply, Divide Operations
  • Reset Input & Clear Result Functionality

Demo

Requirements

  1. 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.

Running the Application

  1. After installing the requirements, start the React application by entering:
npm start
  1. 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.