https://github.com/ajay-dhangar/scientific-calculator
Scientific Calculator is a modern, responsive scientific calculator built using HTML, CSS, and JavaScript.
https://github.com/ajay-dhangar/scientific-calculator
advance calculator calculator-application science-calculator
Last synced: 3 months ago
JSON representation
Scientific Calculator is a modern, responsive scientific calculator built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/ajay-dhangar/scientific-calculator
- Owner: ajay-dhangar
- License: mit
- Created: 2024-09-29T10:06:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T10:44:08.000Z (about 1 year ago)
- Last Synced: 2025-03-19T06:51:45.626Z (7 months ago)
- Topics: advance, calculator, calculator-application, science-calculator
- Language: HTML
- Homepage: https://ajay-dhangar.github.io/scientific-calculator/
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scientific Calculator
Scientific Calculator is a modern, responsive scientific calculator built using **HTML**, **CSS**, and **JavaScript**. It supports various mathematical functions like trigonometry, logarithms, exponents, and more.
## Features
- **Basic operations:** addition, subtraction, multiplication, and division.
- **Advanced functions:** sin, cos, tan, log, factorial, square, cube, etc.
- Responsive design with a modern UI.
- Clear, backspace, and evaluate functionality.
- Accessible via keyboard and mouse clicks.## Demo
You can view a live demo [here](https://ajay-dhangar.github.io/scientific-calculator/).
## Screenshots

## Getting Started
### Prerequisites
Make sure you have a web browser installed to run the calculator locally.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/calcsphere.git
```2. Navigate to the project directory:
```bash
cd calcsphere
```3. Open the `index.html` file in your browser to view the calculator:
```bash
open index.html
```## Usage
1. Input numbers and operations using either the buttons or your keyboard.
2. Click on advanced functions like `sin`, `cos`, `log` to perform scientific calculations.
3. Click `C` to clear the input or `CE` to remove the last digit.## Code Structure
- **index.html**: Contains the basic HTML structure.
- **style.css**: Styles the calculator with responsive, modern design.
- **script.js**: Contains JavaScript for handling button clicks and performing calculations.## Technologies Used
- **HTML5**
- **CSS3**
- **JavaScript ES6**## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
## Author
👤 **Ajay Dhangar**
- GitHub: [Ajay-Dhangar](https://github.com/Ajay-Dhangar)
- LinkedIn: [Ajay Dhangar](https://www.linkedin.com/in/ajay-dhangar)Feel free to reach out if you have any questions or suggestions!