Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions Calculator/readme.md
Original file line number Diff line number Diff line change
@@ -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.