-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c74407
commit 2055b95
Showing
1 changed file
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
# Calculator | ||
HTML/CSS structure, JavaScript logic. Users input numbers/operators, calculator performs calculations, dynamically updating display. Convenient web-based tool for arithmetic operations. | ||
<div align="center"> | ||
|
||
[![Instagram Badge](https://img.shields.io/badge/-Instagram-e4405f?style=plastic&logo=Instagram&logoColor=white)](https://www.instagram.com/studyjam._/) | ||
|
||
</div> | ||
|
||
# Calculator Website | ||
|
||
This is a simple web-based calculator developed using HTML, CSS, and JavaScript. | ||
|
||
## Features | ||
|
||
- Arithmetic operations: Addition, Subtraction, Multiplication, Division | ||
- Clear button to reset the calculation | ||
- Responsive design for various screen sizes | ||
- User-friendly interface | ||
|
||
## Demo | ||
|
||
Check out the [Calculator Website](https://studyjam.github.io/Calculator/) to see it in action! | ||
|
||
## Screenshots | ||
|
||
![Calculator Screenshot](https://github.com/StudyJam/Calculator/blob/main/Screenshot%20(1).png) | ||
|
||
## Usage | ||
|
||
1. Input numbers using the on-screen buttons. | ||
2. Use arithmetic operators (+, -, *, /) for calculations. | ||
3. Press the "=" button to display the result. | ||
4. Click on "C" to clear the display and start a new calculation. | ||
|
||
## Technologies Used | ||
|
||
- HTML | ||
- CSS | ||
- JavaScript | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](LICENSE). |