Skip to content

cdmain/calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Technologies Used

  • HTML: Structure of the application.
  • CSS: Styling and responsive design.
  • JavaScript: Functionality and interactivity.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/calculator-app.git
  2. Navigate to the project directory:
    cd calculator-app
  3. Open the index.html file in any modern web browser.

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

Calculator Screenshot

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!

Releases

No releases published

Packages

No packages published