From 2055b95fb8064adc65ddef9f33f503a8bce7ab83 Mon Sep 17 00:00:00 2001
From: Avinash Anand <82769201+AvinashAnand02@users.noreply.github.com>
Date: Tue, 6 Feb 2024 12:54:22 +0530
Subject: [PATCH] Update README.md
---
README.md | 43 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 41 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 92fa7de..7ea9258 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+
+[![Instagram Badge](https://img.shields.io/badge/-Instagram-e4405f?style=plastic&logo=Instagram&logoColor=white)](https://www.instagram.com/studyjam._/)
+
+
+
+# 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).