Skip to content

TaniaRocks/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Project

This is a simple Calculator Web App built using HTML, CSS, and JavaScript. It is a beginner - friendly project that performs all basic arithmetic operations like addition, subtraction, multiplication, and division.

Features

  • Add, subtract, multiply, and divide
  • Delete button to delete the last value
  • Clear button to reset the screen
  • Responsive layout for various screen sizes

Technologies Used

  • HTML – for the structure of the calculator
  • CSS – for styling and layout
  • JavaScript – to implement logic and interactivity

Project Status

This project is complete and serves as a practice project for JavaScript fundamentals and DOM manipulation.

What I Learned

  • Handling user input via buttons
  • Implementing event listeners in JavaScript
  • Updating the DOM dynamically
  • Structuring a functional calculator layout

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published