Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.34 KB

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.