Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 457 Bytes

Simple Calculator App

A basic calculator built using React, supporting standard arithmetic operations like addition, subtraction, multiplication, and division.

Features

  • Main features:
    • Responsive UI
    • Real-time calculations
    • Clear function to reset the display

Technologies Used

  • HTML5/CSS/JS
  • React

Instructions to run

  1. git clone https://github.com/satyasaadhika/simple-calculator
  2. cd simple-calculator
  3. npm start