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.
- 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.
You can view a live demo here.
Make sure you have a web browser installed to run the calculator locally.
-
Clone the repository:
git clone https://github.com/your-username/calcsphere.git
-
Navigate to the project directory:
cd calcsphere
-
Open the
index.html
file in your browser to view the calculator:open index.html
- Input numbers and operations using either the buttons or your keyboard.
- Click on advanced functions like
sin
,cos
,log
to perform scientific calculations. - Click
C
to clear the input orCE
to remove the last digit.
- 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.
- HTML5
- CSS3
- JavaScript ES6
This project is licensed under the MIT License - see the LICENSE file for details.
👤 Ajay Dhangar
- GitHub: Ajay-Dhangar
- LinkedIn: Ajay Dhangar
Feel free to reach out if you have any questions or suggestions!