An open API service indexing awesome lists of open source software.

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.

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