Skip to content

AlvinH17/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Calculator

A simple calculator web app built with HTML, CSS, and JavaScript.
This app allows users to perform basic arithmetic operations directly in the browser both mouse and keyboard input.

🧠 Features

  • Perform addition, subtraction, multiplication, and division
  • Clear input and delete individual characters
  • Use either keyboard or on-screen buttons to enter expressions
  • Evaluate expressions

📁 Project Structure

calculator/
├── index.html # Webpage structure
├── script.js # JavaScript functionality
└── style.css # App styling

💡 How to Run

  1. Clone the repository
  2. Open index.html in any web browser

🎓 Credit

This project was created while following a front-end tutorial by [GreatStack].
I learned about DOM manipulation, keybaord and click event handling, and basic UI logic for calculators.


About

A basic Calculator app built with HTML, CSS and JavaScript

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors