Skip to content

This is a basic calculator web application developed using ReactJS. It allows users to perform simple arithmetic calculations such as addition, subtraction, multiplication, and division.

Notifications You must be signed in to change notification settings

vickytilotia/ReactJs-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJs Calculator

This is a basic calculator web application developed using ReactJS. It allows users to perform simple arithmetic calculations such as addition, subtraction, multiplication, and division. Live Here

image

Features

  • Perform basic arithmetic operations.
  • Responsive design for various screen sizes.
  • User-friendly interface.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run this project, you need to have Node.js and npm (Node Package Manager) installed on your computer.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/vickytilotia/ReactJs-Calculator.git
  2. Navigate to the project's directory:

    cd ReactJs-Calculator
  3. Install the project dependencies:

    npm install

Usage

  1. After completing the installation, start the development server:

    npm start
  2. Open your web browser and visit http://localhost:3000 to use the calculator.

  3. Perform arithmetic operations and see the results.

About

This is a basic calculator web application developed using ReactJS. It allows users to perform simple arithmetic calculations such as addition, subtraction, multiplication, and division.

Topics

Resources

Stars

Watchers

Forks