Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.04 KB

File metadata and controls

33 lines (20 loc) · 1.04 KB

Calculator App

This is a simple calculator web application built using React. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator supports continuous calculations and provides a clear button to reset the input field. The project demonstrates fundamental concepts of React state management and event handling.

Features

  • Perform addition, subtraction, multiplication, and division operations.
  • Continuous calculations based on user input.
  • Clear button to reset the input field.
  • Responsive design for desktop and mobile browsers.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • HTML/CSS: Basic styling and structure.
  • JavaScript: Logic for handling calculations and UI interactions.

Usage

Installation

1. Clone the repository:

   git clone https://github.com/najahaja/Calculator.git
   cd Calculator

2.Install dependencies:

  npm install

3.Start the development server:

    npm run dev