Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashAnand02 authored Feb 6, 2024
1 parent 7c74407 commit 2055b95
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions README.md
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).

0 comments on commit 2055b95

Please sign in to comment.