Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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