Skip to content

shammah124/Calculator-App-using-HTML-CSS-and-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

Project Overview

Simple Calculator is a basic web-based calculator built using HTML, CSS, and JavaScript. It allows users to perform fundamental arithmetic operations with a user-friendly interface and responsive design.

Technologies Used

  • HTML5: For structuring the webpage.

  • CSS3: For styling and responsiveness.

  • JavaScript: For implementing calculator logic and user interactions.

Project Structure

  • index.html # Main HTML file for the calculator interface.

  • main.css # Primary CSS file for styling.

  • main.js # JavaScript file handling calculator operations.

  • CalculatorImage.png # Favicon for the webpage.

  • README.md # Project documentation.