A web-based scientific calculator built using React.
https://scientificalculatoronline.netlify.app/
- Basic arithmetic operations
- Scientific functions (trigonometric, logarithmic, etc.)
- Interactive and responsive UI
- 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
- Run the application:
npm start
- Open your browser and navigate to http://localhost:3000 to play the game.