Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ctoic/calhub

The "Calculator" repository on GitHub is a comprehensive codebase for building a functional calculator using HTML, CSS, and JavaScript. The repository is open-source, allowing developers to freely contribute and use the code.
https://github.com/ctoic/calhub

collaborate communityexchange css github-codespaces hacktoberfest html javascript learn

Last synced: about 14 hours ago
JSON representation

The "Calculator" repository on GitHub is a comprehensive codebase for building a functional calculator using HTML, CSS, and JavaScript. The repository is open-source, allowing developers to freely contribute and use the code.

Awesome Lists containing this project

README

        

# Calculator App

**Table of Contents**
- [Description](#description)
- [Technologies Used](#technologies-used)
- [Project Overview](#project-overview)
- [How to Use the App](#how-to-use-the-app)
- [Credits](#credits)
- [License](#license)

## Description

The Calculator App is a straightforward yet powerful web application crafted using a combination of HTML, CSS, and JavaScript to perform basic mathematical operations with ease.

## Technologies Used

- HTML
- CSS
- JavaScript

## Project Overview

This web-based Calculator App empowers users to conduct fundamental arithmetic operations as well as many scientific operations, including addition, subtraction, multiplication, division, finding logarithms, trigonometrical operations, and factorial. The application boasts a user-friendly interface that provides real-time calculation results.

[Access the Calculator](https://calhub.netlify.app)

### How to Use the App

To make use of the Calculator App, follow these simple steps:

1. Enter the first number into the designated input field or click one of the scientific operators beforehand to perform a scientific operation on a number.
2. Select the desired operation (+, -, *, /).
3. Select Desired Scientific Operation (tan, cos, sin and many more ).
4. Input the second number.
5. Click the "=" button to execute the calculation and instantly view the result.

Additionally, you can employ the "C" button to clear the input fields or the "DEL" button to remove the last entered digit.

### CONTRIBUTORS



## Credits

This project was thoughtfully created by Najam Ali Abbas as part of an Introduction to Web Development course initiated by the Blockchain Society. Special thanks to the Brilliant HactoberFest Contributors.

## License

This project is licensed under the [MIT License](LICENSE), providing the freedom to utilize and adapt the code to meet your specific requirements.