Skip to content

BinaryVortex/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple, interactive web-based calculator built using HTML, CSS, and JavaScript. This project demonstrates basic front-end development skills by creating a functional calculator that performs arithmetic operations.

Features

  • Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
  • Percentage Calculation: Calculate percentages easily.
  • Clear and Delete Functions: AC button to clear the entire input, DEL button to remove the last character.
  • User-Friendly Interface: Clean and responsive design with an intuitive button layout.
  • Real-Time Display: Input is displayed in a text box for easy viewing.

Screenshots

Calculator Screenshot

Technologies Used

  • HTML: Structure of the calculator interface.
  • CSS: Styling for a modern and responsive design.
  • JavaScript: Logic for handling calculations and user interactions.

How to Use

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

That's it! The calculator is ready to use.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

License

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

About

A Calculator I Have Built Using HTML,CSS And Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors