Skip to content

AdrianVyne/react-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Calculator

This is a simple calculator built using React. It can perform basic arithmetic operations such as addition, subtraction, multiplication, and division. live website: https://adrianvyne.github.io/react-calculator/

Installation

  1. Clone this repository: git clone https://github.com/AdrianVyne/react-calculator.git
  2. Navigate into the project directory: cd react-calculator
  3. Install dependencies: npm install
  4. Start the development server: npm start

Usage

  1. Enter the first number using the number keys.
  2. Select the operation using the corresponding button (+, -, x, /).
  3. Enter the second number using the number keys.
  4. Press the equals (=) button to display the result.

Credits

  • This project was built using React.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published