diff --git a/Calculator/readme.md b/Calculator/readme.md index cc6f286..1e00111 100644 --- a/Calculator/readme.md +++ b/Calculator/readme.md @@ -1,7 +1,39 @@ -#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