https://github.com/azkasahar/calculator-app
https://github.com/azkasahar/calculator-app
calculator calculator-app css html javascript squareroot trigonometric-functions
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azkasahar/calculator-app
- Owner: AzkaSahar
- Created: 2024-07-13T07:10:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T12:44:38.000Z (about 1 year ago)
- Last Synced: 2025-01-21T02:11:20.522Z (9 months ago)
- Topics: calculator, calculator-app, css, html, javascript, squareroot, trigonometric-functions
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator-app
A simple web-based calculator supporting basic arithmetic operations and trigonometric functions.
## Features
- Basic Arithmetic Operations: Addition, Subtraction, Multiplication, Division
- Trigonometric Functions: Sine, Cosine, Tangent, Inverse Sine, Inverse Cosine, Inverse Tangent
- Logarithmic Function: Logarithm base 10
- Square and Square Root Functions## Demo

## Getting Started
### Prerequisites
To run this project, you need a web browser.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/AzkaSahar/Calculator-app.git
```
2. Navigate to the project directory:
```bash
cd Calculator-app
```
3. Open `calc.html` in your web browser.## Usage
Click the buttons to enter numbers and operations. First enter number or expression then click on the function buttons. Click `=` to evaluate the expression. Click `Clear` to reset the calculator.
## Files
- `calc.html`: The main HTML file.
- `calc.css`: The stylesheet for styling the calculator.
- `calc.js`: The JavaScript file containing the calculator logic.## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.
## Acknowledgements
- Background and button design inspiration from various online calculators.