Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mujtabamohamed/scientific-calculator

A web-based scientific calculator built using React.
https://github.com/mujtabamohamed/scientific-calculator

arith calculator calculator-application css javascript logarithmic react reactjs scientific scientific-calculator scientificcalculator trigonometry webapp

Last synced: about 4 hours ago
JSON representation

A web-based scientific calculator built using React.

Awesome Lists containing this project

README

        

# Scientific Calculator

A web-based scientific calculator built using React.

# Demo
https://scientificalculatoronline.netlify.app/

## Screenshot

![Scientific Calculator](https://i.postimg.cc/1R74ZxSG/Scientific-Calculator.png)

## Features

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

## Installation

- Clone the repository:
```bash
git clone https://github.com/mujtabamohamed/scientific-calculator.git
```

- Navigate to the project directory:
```bash
cd scientific-calculator
```

- Install the dependencies:
```bash
npm install
```

## Usage
- Run the application:
```bash
npm start
```
- Open your browser and navigate to http://localhost:3000 to play the game.