Skip to content

purniiiima/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This project is a simple calculator application built using React.js. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

Getting Started

Follow these instructions to get the project up and running on your local machine.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository: git clone https://github.com/purniiiima/Calculator.git

  2. Navigate to the project directory: cd ..

  3. Install dependencies: npm install

Usage

  1. Start the development server: npm start

  2. Open your browser and visit http://localhost:3000 to view the calculator.

  3. Use the calculator to perform arithmetic operations.

Technologies Used

  • React.js
  • CSS
  • HTML
  • Javascript