Skip to content

A calculator created using JavaScript and HTML, styled using CSS.

Notifications You must be signed in to change notification settings

Linacharlie0610/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SIMPLE CALCULATOR WEB APP

A basic calculator web application built with HTML, CSS, and JavaScript.

FEATURES

  • Basic arithmetic operations (addition, subtraction, multiplication, division)
  • Clear button to reset the calculation
  • Responsive design that works on different screen sizes
  • Simple and intuitive user interface

HOW TO USE

  1. Open the index.html file in your web browser
  2. Use the calculator by:
    • Clicking the number buttons to input values
    • Selecting an operation (+, -, ×, /)
    • Pressing "=" to see the result
    • Using "AC" to clear the current calculation

FILE STRUCTURE

  • index.html # Main HTML file
  • style.css # CSS styles
  • JavaScript functionality

TECHNOLOGIES USED

  • HTML5
  • CSS3
  • JavaScript (ES6)

FUTURE IMROVEMENTS

  • Add keyboard support for input
  • Implement more advanced mathematical functions
  • Add memory functions (M+, M-, MR, MC)

About

A calculator created using JavaScript and HTML, styled using CSS.

file:///C:/Users/lisac/OneDrive/Desktop/Calculator/index.html

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published