Skip to content

This is a simple calculator application built using HTML, CSS, and JavaScript. It provides basic arithmetic operations and a clean, user-friendly interface.

Notifications You must be signed in to change notification settings

bkaratas/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Project

This is a simple calculator application built using HTML, CSS, and JavaScript. It provides basic arithmetic operations and a clean, user-friendly interface.


Features

  • Responsive Design: Works seamlessly across different screen sizes.
  • Basic Operations: Addition, subtraction, multiplication, and division.
  • Utility Functions: Clear (C) and backspace (CE) functionality.
  • Interactive Buttons: Stylish and visually appealing user interface.

Technologies Used

  • HTML: For the structure of the application.
  • CSS: For the styling and layout.
  • JavaScript: For calculator functionality and interactivity.

How to Run

  1. Clone this repository:
    git clone https://github.com/your-username/calculator.git
  2. Navigate to the project folder:
    cd calculator
  3. Open index.html in any web browser to run the application.

File Structure

calculator/
│
├── index.html      # Main HTML file
├── style.css       # CSS for styling the calculator
├── script.js       # JavaScript functionality
├── .gitignore      # Files to ignore
└── README.md       # Project documentation

Demo

alt text


Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature-name"
  4. Push your branch:
    git push origin feature-name

About

This is a simple calculator application built using HTML, CSS, and JavaScript. It provides basic arithmetic operations and a clean, user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published