Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (45 loc) · 2.43 KB

File metadata and controls

65 lines (45 loc) · 2.43 KB

Calculator App

Welcome to Calculator App! This is a basic yet stylish calculator application designed to provide simple arithmetic calculations with a cool design and responsiveness.

Table of Contents

  1. Introduction
  2. Features
  3. Setup
  4. Usage
  5. Contributing
  6. License

Introduction

Calculator App is a user-friendly tool for performing basic arithmetic operations such as addition, subtraction, multiplication, and division. It features a sleek design and responsiveness, making it accessible across various devices and screen sizes.

Features

  • Automatic Button Layout: Buttons are dynamically generated and arranged in order, providing an intuitive and clutter-free user interface.
  • Basic Arithmetic Operations: Supports addition, subtraction, multiplication, and division for performing simple calculations.
  • Responsive Design: Offers a visually appealing layout that adapts seamlessly to different devices, ensuring optimal user experience.
  • Error Handling: Provides feedback to users in case of invalid input or calculation errors, enhancing usability and preventing confusion.
  • Clear Button: Includes a clear button to reset the input and start a new calculation quickly.

Setup

To set up Calculator App locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/germanProgq/Calculator_Basic
    
  2. Navigate to the Directory:

    cd calculator-basic
    
  3. Open index.html in a Web Browser:

    Open index.html
    

Usage

Once the application is open in your web browser, you can:

  • Click on the buttons to input numbers and perform arithmetic operations.
  • Use the clear button to reset the input and start a new calculation.
  • See the result of your calculation displayed on the screen in real-time.

Contributing

We welcome contributions from the community to improve Calculator App. If you have any ideas for new features, enhancements, or bug fixes, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Create a new Pull Request and describe your changes in detail.

License

Calculator App is not licensed. Feel free to use any of my contents.