Skip to content

prateekpur/react-calculator

Repository files navigation

react-calculator

This is a calculator app using React and TypeScript. It performs basic operations.

Page: https://prateekpur.github.io/react-calculator/

Operations Supported

  • Addition, subtraction, multiplication, and division operations.

Operations Not Allowed

  • If the result has been calculated, it can only be edited by using operators. The result cannot be directly edited by adding numbers or using the backspace.

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone this repository.
  2. Navigate to the project directory:
    cd react-calculator
  3. Install dependencies: npm install
  4. Start the development server: npm start

Usage

  1. Click the buttons to input numbers and operators.
  2. Click "=" to get the result of the calculation.

About

A react project to implement calculator app using typescript and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published