Skip to content

This repository contains a simple calculator built using React. It's designed to handle input changes, user interactions, and perform complex calculations.

Notifications You must be signed in to change notification settings

poojaindulkar/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

Key Features:

  • Responsive UI: The calculator provides a user-friendly interface for easy interaction.
  • Dynamic Input Handling: It dynamically handles changes in input.
  • Mathematical Operations: Supports a range of mathematical operations, including addition, subtraction, multiplication, and division.
  • React Fundamentals: Demonstrates fundamental React concepts such as re-rendering, state management, and component-based architecture.
  • Extensible: Easily extend the functionality to add new features.

Getting Started:

  1. Clone the Repository:

    git clone https://github.com/poojaindulkar/calculator.git

  2. Install Dependencies:

    npm install

  3. Start the Development Server:

    npm start

  4. Open in Browser:

    Open your web browser and navigate to http://localhost:3000.

Usage:

  • Performing Operations:

    Enter numbers and use the provided buttons for basic arithmetic operations (+, -, *, /).

About

This repository contains a simple calculator built using React. It's designed to handle input changes, user interactions, and perform complex calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published