https://github.com/cdmain/calculator-app
Interactive Calculator
https://github.com/cdmain/calculator-app
calculator math
Last synced: about 1 month ago
JSON representation
Interactive Calculator
- Host: GitHub
- URL: https://github.com/cdmain/calculator-app
- Owner: cdmain
- Created: 2024-12-18T17:36:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T13:02:48.000Z (5 months ago)
- Last Synced: 2025-02-18T07:24:28.226Z (4 months ago)
- Topics: calculator, math
- Language: JavaScript
- Homepage: https://cdmain.github.io/calculator-app/
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live Cross-Platform Calculator Application
This repository contains a simple, responsive calculator application built with HTML, CSS, and JavaScript. The design is minimalistic and user-friendly, allowing basic arithmetic operations.
## Features
- **Basic Arithmetic Operations**: Perform addition, subtraction, multiplication, and division.
- **Responsive Design**: The calculator layout adapts to different screen sizes.
- **Keyboard and Button Support**: Use either mouse clicks or keyboard inputs for calculations.
- **Cross-Platform Compatibility**: Works seamlessly across different devices and browsers.## Live demo
Click here to live demo: [Calculator](https://cdmain.github.io/calculator-app/)
## Technologies Used
- **HTML**: Structure of the application.
- **CSS**: Styling and responsive design.
- **JavaScript**: Functionality and interactivity.## Usage
- Use the on-screen buttons or your keyboard to input numbers and operations.
- Press "C" to clear the screen.
- Use "←" to delete the last entered digit.
- Results are displayed in real-time.## Screenshots

## Contributing
Contributions are welcome! If you have suggestions or enhancements, please fork the repository and submit a pull request.
---
Enjoy using this cross-platform interactive calculator application!