Skip to content

sinakiamehr/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Calculator

A fully functional calculator built with React that performs basic arithmetic operations with proper order of operations.

✨ Features

  • Basic arithmetic operations (addition, subtraction, multiplication, division)
  • Follows order of operations (PEMDAS)
  • Immediate execution logic
  • Responsive design
  • Clear and reset functionality
  • Decimal point support
  • Keyboard input support

🌐 Live Demo

👉 You can try the live demo here.

🛠 Technologies Used

  • React
  • JavaScript
  • HTML5
  • CSS3
  • Bootstrap

🚀 Installation and Setup

To run the project locally, follow these steps:

  1. Clone the repository

    git clone https://github.com/sinakiamehr/calculator.git
  2. Navigate into the project folder

    cd calculator
    
  3. Install dependencies

    npm install
    
  4. Run the development server

    npm run dev
    

📄 License

This project is licensed under the MIT License.

About

This is a calcultor app in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors