Skip to content

Manual Calculator built with Vanilla JavaScript, HTML, and CSS, showcasing core JavaScript skills including DOM manipulation, event handling, dynamic content rendering, and arithmetic logic implementation.

Notifications You must be signed in to change notification settings

Saum-ek/manual-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Manual Calculator ๐Ÿงฎ

A manual calculator built using Vanilla JavaScript that performs basic arithmetic operations: addition, subtraction, multiplication, and division.
This project showcases DOM manipulation, event handling, and dynamic content updates without using any external libraries.


๐Ÿš€ Features

  • โž• Performs addition, subtraction, multiplication, and division
  • ๐Ÿ–ฑ๏ธ Interactive number and operator input using buttons
  • ๐Ÿ”„ Handles sequential operations correctly
  • โŒ Clear display functionality
  • โšก Basic error handling (e.g., division by zero)
  • ๐Ÿ–ฅ๏ธ Clean and minimal user interface

๐Ÿ› ๏ธ Tech Stack

  • HTML5
  • CSS3 (or Tailwind CSS if applied)
  • Vanilla JavaScript

About

Manual Calculator built with Vanilla JavaScript, HTML, and CSS, showcasing core JavaScript skills including DOM manipulation, event handling, dynamic content rendering, and arithmetic logic implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published