Skip to content

A basic Calculator app built with HTML, CSS and JavaScript

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published