https://github.com/headlessnode/calculator
Welcome to my calculator capstone project, completed as part of The Odin Project's Foundations course. This project showcases my proficiency in web development using HTML, CSS, and JavaScript.
https://github.com/headlessnode/calculator
Last synced: 8 months ago
JSON representation
Welcome to my calculator capstone project, completed as part of The Odin Project's Foundations course. This project showcases my proficiency in web development using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/headlessnode/calculator
- Owner: headlessNode
- License: mit
- Created: 2023-08-11T11:30:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T13:51:08.000Z (about 2 years ago)
- Last Synced: 2025-01-19T16:48:47.687Z (10 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator
A simple web-based calculator application that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This calculator is designed with user-friendly interfaces for both mouse and keyboard input.
## Features
- Addition, subtraction, multiplication, and division operations.
- Responsive design for various screen sizes.
- Keyboard support for efficient calculations.
- Clear button to reset calculations.
- Delete button to remove the last input.
- Decimal point support for floating-point numbers.
- Equal button to display the calculated result.
- Display area showing the current calculation.
## Technologies Used
- HTML: Structuring the user interface.
- CSS: Styling the calculator layout.
- JavaScript: Handling calculations and user interactions.
- Event Listeners: Capturing button clicks and keyboard input.
- DOM Manipulation: Updating the display and interacting with the user.
## License
- This project is licensed under the MIT License