Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bottomsnode/jquery-calculator
The Scientific Calculator is a web app for advanced math functions, including basic arithmetic, square roots, logarithms, and trigonometric functions. It features a clean UI and supports radians/degrees toggling, clear, and backspace.
https://github.com/bottomsnode/jquery-calculator
css html5 javascript jquery vanilla-javascript
Last synced: 1 day ago
JSON representation
The Scientific Calculator is a web app for advanced math functions, including basic arithmetic, square roots, logarithms, and trigonometric functions. It features a clean UI and supports radians/degrees toggling, clear, and backspace.
- Host: GitHub
- URL: https://github.com/bottomsnode/jquery-calculator
- Owner: BottomsNode
- Created: 2024-07-21T17:53:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T18:16:24.000Z (4 months ago)
- Last Synced: 2024-07-21T19:44:36.886Z (4 months ago)
- Topics: css, html5, javascript, jquery, vanilla-javascript
- Language: HTML
- Homepage: https://bottomsnode.github.io/JQuery-Calculator/
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scientific & Basic Calculators
Welcome to the repositories for my Scientific and Basic Calculators! These calculators are built with a clean and user-friendly interface, showcasing the power of HTML, CSS, and JavaScript. Below you'll find details about each calculator, how to use them, and how you can contribute.
## ๐ Scientific Calculator
A versatile scientific calculator that includes advanced mathematical functions. This project demonstrates the use of Vanilla JavaScript to handle complex calculations and provide an interactive user experience.
### Features
- Basic arithmetic operations (+, -, x, รท)
- Advanced functions: ฯ, sqrt, sq, %, log, sin, exp, ^, ln, cos, tan, n!
- Mode toggling: Radians and Degrees
- Clear and backspace functionality### Demo Scientific Calculator
### Getting Started
1. Clone the repository:
```bash
git clone https://github.com/BottomsNode/Scientific-Calculator.git
```
2. Navigate to the project directory:
```bash
cd Scientific-Calculator
```
3. Open `index.html` in your browser to view the calculator.### Technologies Used
- HTML
- CSS
- JavaScript## ๐งฎ Basic Calculator
A simple yet functional GUI calculator built with HTML, CSS, and JavaScript, showcasing fundamental arithmetic operations and a history feature.
### Features
- Basic arithmetic operations (+, -, *, /)
- Clear and backspace functionality
- History of recent calculations### Demo Basic Calculator
### Getting Started
1. Clone the repository:
```bash
git clone https://github.com/BottomsNode/Basic-Calculator.git
```
2. Navigate to the project directory:
```bash
cd Basic-Calculator
```
3. Open `index.html` in your browser to view the calculator.### Technologies Used
- HTML
- CSS
- JavaScript
- Bootstrap