Skip to content

My first React project (a simple React calculator that mimics iOS calculator app)

Notifications You must be signed in to change notification settings

harmanparihar/react-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-calculator - My first React App

A simple react app that performs basic calculator operations.

Input : Valid expression (eg. 5+25-23/40)
Output : Result of that expression

Here's a link to the app

https://wonderful-johnson-eade7e.netlify.com/

Run the app

To run the project on your local machine, clone the repository.
Open the folder in terminal and run the following command:

npm start

Then open http://localhost:3000/ to see your app.

About

My first React project (a simple React calculator that mimics iOS calculator app)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published