From bf3090972b6a98df7b5bde3ff76fdb314137a27e Mon Sep 17 00:00:00 2001 From: "T. Stephen Raj" Date: Thu, 9 Apr 2026 21:58:38 +0530 Subject: [PATCH] Improved README for Calculator app --- Calculator/readme.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/Calculator/readme.md b/Calculator/readme.md index cc6f286..d3f53a4 100644 --- a/Calculator/readme.md +++ b/Calculator/readme.md @@ -1,7 +1,21 @@ -#Create Simple Calculator using HTML, CSS and JavaScript +# Calculator App -**Functionality** -1. Buttons to type number -2. Buttons to add, subtract, multiply and divide -3. Button to clear everything +This is a simple calculator application built using JavaScript. +## 🚀 Features +- Perform basic arithmetic operations +- Clean and simple UI +- Easy to use + +## 🛠️ Technologies Used +- HTML +- CSS +- JavaScript + +## ▶️ How to Use +1. Enter numbers +2. Select operation (+, -, *, /) +3. View result instantly + +## 📌 Purpose +This project is designed for beginners to understand basic JavaScript functionality.