Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.37 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.37 KB

Simple Calculator

Project Overview

This is a simple calculator project developed using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator features an interactive display screen and buttons arranged using the CSS grid system.

Features

  • Basic Operations: Supports addition, subtraction, multiplication, and division.
  • Interactive Display: Displays user inputs and results.
  • CSS Grid Layout: Aligns the buttons in an organized and visually pleasing manner.
  • JavaScript Functionality: Uses JavaScript for handling user interactions and performing calculations.

Technologies Used

  • HTML: Structuring the calculator interface.
  • CSS: Styling the buttons and layout using grid systems.
  • JavaScript: Handling operations, events, and calculations.

Usage

This project is ideal for learning the basics of front-end development, including HTML structuring, CSS styling, and JavaScript functionality. It can also be expanded into a more advanced calculator with additional features.

Installation

Clone the repository and open the index.html file in your browser to start using the calculator.

Screenshots

App Screenshot