Skip to content

A simple yet functional calculator web application built using HTML, CSS, and JavaScript. The app is designed to be responsive, and it can be operated using both mouse clicks and keyboard input.

Notifications You must be signed in to change notification settings

nureddinhaji/calculator-web-app-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Web App

This is a simple yet functional calculator web application built using HTML, CSS, and JavaScript. The app is designed to be responsive, ensuring compatibility across various screen sizes, and it can be operated using both mouse clicks and keyboard input.

Features

  • Responsive Design: The calculator is fully responsive and adapts to different screen sizes, making it accessible on both desktop and mobile devices.
  • Keyboard Support: Users can perform calculations using the keyboard, providing a seamless and efficient user experience.
  • Basic Operations: The calculator supports essential arithmetic operations:
    • Addition (+)
    • Subtraction (-)
    • Multiplication (*)
    • Division (/)
    • Modulus (%)
  • Additional Functionality:
    • Delete: Remove the last digit entered.
    • Clear Entry (CE): Clear the current entry without affecting previous operations.
    • Clear (C): Reset the calculator to its initial state.

Live Demo

You can try out the calculator here: Calculator Web App

Screenshot

Usage

  • Click the buttons on the calculator or use your keyboard to perform calculations.
  • The result is displayed in the calculator's screen area.

License

This project is open source and available under the MIT License.

Contact

About

A simple yet functional calculator web application built using HTML, CSS, and JavaScript. The app is designed to be responsive, and it can be operated using both mouse clicks and keyboard input.

Topics

Resources

Stars

Watchers

Forks