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

A well-designed calculator app that is reactive to window width. Also, all the loading (such as the calculator keyboard, its buttons, numbers and the output) as well as all the calculations are done using JavaScript. Enjoy :)

Notifications You must be signed in to change notification settings

germanProgq/Calculator_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

A well-designed calculator app that is reactive to window width. Also, all the loading (such as the calculator keyboard, its buttons, numbers and the output) as well as all the calculations are done using JavaScript. Enjoy :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published