Skip to content

najahaja/Calculator

Repository files navigation

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

About

This React-based calculator app performs basic arithmetic operations (addition, subtraction, multiplication, division) with continuous calculation support. It features a clear button to reset input and showcases fundamental React concepts like state management and event handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors