Skip to content

ZubairAbid101/JavaScript-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Calculator using React

Project Banner

Table of Contents

About

This project focuses on building a basic calculator using React. The operations covered in this project include,

  • Addition
  • Subtraction
  • Multiplication
  • Division

Furthermore, the calculator is also capable of displaying the current input and corresponding output. Another capability that this calculator exhibits is performing calculations on existing results.

Built With

  • HTML
  • CSS
  • React