Skip to content

manas0x/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Mini Project

This is a simple calculator application built using HTML, CSS, and JavaScript. The calculator can perform basic arithmetic operations like addition, subtraction, multiplication, and division.

Table of Contents

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Clear button to reset the calculator.
  • Responsive design that works on various screen sizes.

Screenshots

Calculator Screenshot

Live Demo

Check out the live version of the calculator here.

Installation

  1. Clone the repository:
    git clone https://github.com/ManasCodeLab/calculator.git
  2. Navigate to the project directory:
    cd calculator
  3. Open the index.html file in your preferred web browser.

Usage

  • Enter numbers and click on the arithmetic operations to perform calculations.
  • Use the AC button to clear the input.
  • Click = to see the result.

Contributing

Contributions are welcome! If you would like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a pull request.

License

This project is open-source and available under the MIT License.

Contact

Manas Arora - LinkedIn - Twitter

Project Link: https://github.com/ManasCodeLab/calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors