Skip to content

mujtabamohamed/scientific-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scientific Calculator

A web-based scientific calculator built using React.

Demo

https://scientificalculatoronline.netlify.app/

Screenshot

Scientific Calculator

Features

  • Basic arithmetic operations
  • Scientific functions (trigonometric, logarithmic, etc.)
  • Interactive and responsive UI

Installation

  • Clone the repository:
   git clone https://github.com/mujtabamohamed/scientific-calculator.git
  • Navigate to the project directory:
  cd scientific-calculator
  • Install the dependencies:
  npm install

Usage

  • Run the application:
  npm start