https://github.com/frontend-code20/calculator
Welcome to the Calculator with Memory Recall (MRC)! This is a simple yet powerful calculator built using HTML, CSS, and JavaScript.
https://github.com/frontend-code20/calculator
css3 html5 javascript
Last synced: about 1 month ago
JSON representation
Welcome to the Calculator with Memory Recall (MRC)! This is a simple yet powerful calculator built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/frontend-code20/calculator
- Owner: Frontend-Code20
- Created: 2025-04-05T10:05:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T08:17:43.000Z (about 1 year ago)
- Last Synced: 2025-10-27T09:04:44.472Z (8 months ago)
- Topics: css3, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Using HTML, CSS, JavaScript
## π Introduction
Welcome to the **Calculator with Memory Recall (MRC)**! This is a simple yet powerful calculator built using **HTML**, **CSS**, and **JavaScript**. It features all the basic arithmetic operations such as addition, subtraction, multiplication, and division. In addition, it includes memory functions like **Memory Recall (MRC)**, **Memory Clear (MC)**, and **Memory Add (M+)**, making it more interactive and useful.
## π§βπ» Features
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Module and UnderRoot operations
- Memory Recall
- Grand Total
- Clean and responsive design
- Easy-to-use interface
## π Getting Started
### Project Structure
Hereβs the basic layout of the project:
```perl
my-project/
βββ css
βββ js
βββ index.html
βββ README.md
```
### What You Need
Before jumping in, make sure you have:
- A web browser (Chrome, Firefox, Edge, etc.)
- A text editor (VS Code, Sublime Text, etc.)
You don't need any fancy setup to get this working, but if you'd like to test locally with a live server, Iβll show you how!
## π₯οΈ Running Locally
### 1. Clone or Download the Files
Start by getting the project files onto your computer. You can either clone the repo or download it as a ZIP.
- Clone the project using Git:
```bash
-> git clone
```
- Or download the ZIP file and unzip it.
### 2. Open the Project in a Code Editor
After downloading or cloning the project, open the project folder in your favorite code editor (e.g., Visual Studio Code, Sublime Text, etc.).
### 3. View the Calculator in Your Browser
Once you have the files in your code editor:
- Open the `index.html` file.
- Right-click and choose Open with Live Server (if you have the Live Server extension in VS Code) or simply open the file in any modern web browser (e.g., Chrome, Firefox).
The calculator will now be accessible in your browser.
## π License
This project is open-source and available under the MIT License.
## πΌοΈ Screenshots

