Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mujtabamohamed/scientific-calculator
- Owner: mujtabamohamed
- Created: 2024-07-25T09:52:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T19:52:19.000Z (3 months ago)
- Last Synced: 2024-07-26T21:37:15.681Z (3 months ago)
- Topics: arith, calculator, calculator-application, css, javascript, logarithmic, react, reactjs, scientific, scientific-calculator, scientificcalculator, trigonometry, webapp
- Language: JavaScript
- Homepage: https://scientificalculatoronline.netlify.app/
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.