Skip to content

oliveiraFreddie/reactCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

This is a simple calculator application built using React, inspired by the iPhone calculator interface. You can perform basic arithmetic operations such as addition, subtraction, multiplication, and division with this calculator.

Calculator

Technologies Used

  • React: This project was created with Create React App, a popular tool for setting up React applications with a predefined project structure and build configuration.

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Decimal point (.)
  • Clear display (AC)
  • Calculation result (=)

How to Run

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/oliveiraFreddie/reactCalculator
    
  2. Navigate to the project directory:

    cd reactCalculator
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published