https://github.com/brockaltug/calculator
Basic calculator web application ➕➖
https://github.com/brockaltug/calculator
css flask html javascript python
Last synced: 2 months ago
JSON representation
Basic calculator web application ➕➖
- Host: GitHub
- URL: https://github.com/brockaltug/calculator
- Owner: BrockAltug
- Created: 2023-09-13T07:56:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T03:59:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T18:33:28.779Z (over 1 year ago)
- Topics: css, flask, html, javascript, python
- Language: HTML
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MULTIPURPOSE CALCULATOR
## DESCRIPTION:
This is a multipurpose calculator with a main index.html dashboard displaying 3 buttons: Calculator, Measurement Converter, and Weight Converter. The calculator works as a fully functioning calculator with scientific methods included. The measurement converter handles all conversions between measurements in distance. The weight converter handles all conversions between weight.
### Features:
- **Calculator**: calculator.hmtl - This section provides a fully functional calculator with basic arithmetic operations (addition, subtraction, multiplication, division) and scientific functions (trigonometric, logarithmic, exponential, etc.).
- **Measurement Converter**: measurement_conversion.html - This module allows users to convert various measurements related to distance. Users can easily switch between different units and get accurate conversions.
- **Weight Converter**: weight_conversion.html - In this section, users can convert between various weight units, making it convenient for tasks like converting pounds to kilograms or vice versa.
### How to Use:
1. Select the desired module by clicking on the respective button on the main index dashboard.
2. Calculator: Use the calculator for mathematical calculations. Enter your equation and press the "=" button to get the result.
3. Measurement Converter: Select the type of measurement you want to convert. Enter the value and unit to convert from, and choose the target unit. Enter a number to see the conversion.
4. Weight Converter: Choose the weight unit you want to convert from and to. Enter the weight value and enter a number to see the converted weight.
### Technologies Used:
- HTML
- CSS
- JavaScript
- Python