/reactcalc

react calculator

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

React Calculator App

This is a basic calculator application built using React. It provides essential calculator functionalities like addition, subtraction, multiplication, division, and more. This README will guide you on how to set up, run, and use the calculator app.

Features

  • Addition, subtraction, multiplication, and division operations.
  • Clear and delete buttons for ease of use.
  • Responsive design that works on various screen sizes.

Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

  • Node.js and npm: You need to have Node.js and npm installed. You can download them from nodejs.org.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/code-jhon/reactcalc.git
    
  2. Navigate

    cd reactcalc
    
  3. Install

    npm install