From 612f45e63289f507085c9a40d96a190fcf354698 Mon Sep 17 00:00:00 2001 From: tjain2004 <162977081+tjain2004@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:30:10 +0530 Subject: [PATCH 1/2] docs: update README.md for Simple Calculator --- Calculator/readme.md | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/Calculator/readme.md b/Calculator/readme.md index cc6f286..37e18fb 100644 --- a/Calculator/readme.md +++ b/Calculator/readme.md @@ -1,7 +1,36 @@ -#Create Simple Calculator using HTML, CSS and JavaScript +# ๐Ÿงฎ Simple Calculator -**Functionality** -1. Buttons to type number -2. Buttons to add, subtract, multiply and divide -3. Button to clear everything +A simple **Calculator Web Application** built using **HTML, CSS, and JavaScript**. +This project performs basic arithmetic operations with a clean and user-friendly interface. + +--- + +## โœจ Features + +- ๐Ÿ”ข Buttons to input numbers +- โž• Addition +- โž– Subtraction +- โœ– Multiplication +- โž— Division +- ๐Ÿงน Clear button to reset the calculator +- ๐Ÿ“ฑ Simple and responsive design + +--- + +## ๐Ÿ› ๏ธ Technologies Used + +- **HTML** โ€“ Structure of the calculator (`cal.html`) +- **CSS** โ€“ Styling and layout (`cal.css`) +- **JavaScript** โ€“ Calculator logic and functionality (`cal.js`) + +--- + +## ๐Ÿ“‚ Project Structure + +๐Ÿ“ calculator +โ”‚ +โ”œโ”€โ”€ cal.html # Main HTML file +โ”œโ”€โ”€ cal.css # Styling file +โ”œโ”€โ”€ cal.js # JavaScript logic +โ””โ”€โ”€ c10.jpeg # Calculator preview image From 8f0a85cf903206dda442b7d815e348d89c6e2c05 Mon Sep 17 00:00:00 2001 From: Tanya jain <162977081+tjain2004@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:44:18 +0530 Subject: [PATCH 2/2] Fix formatting in project structure section --- Calculator/readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Calculator/readme.md b/Calculator/readme.md index 37e18fb..1e00111 100644 --- a/Calculator/readme.md +++ b/Calculator/readme.md @@ -28,9 +28,12 @@ This project performs basic arithmetic operations with a clean and user-friendly ## ๐Ÿ“‚ Project Structure ๐Ÿ“ calculator -โ”‚ + โ”œโ”€โ”€ cal.html # Main HTML file + โ”œโ”€โ”€ cal.css # Styling file + โ”œโ”€โ”€ cal.js # JavaScript logic -โ””โ”€โ”€ c10.jpeg # Calculator preview image + +|โ”€โ”€ c10.jpeg # Calculator preview image