Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 1.44 KB

README.md

File metadata and controls

69 lines (41 loc) · 1.44 KB

Calculator

A simple calculator web application built using HTML, CSS, and JavaScript.

Table of Contents

Introduction

This project is a basic calculator application that performs simple arithmetic operations. The calculator includes functionalities for addition, subtraction, multiplication, and division.

Features

  • Addition, subtraction, multiplication, and division operations.
  • Clear screen functionality.
  • Responsive design.

Getting Started

Prerequisites

To run this project, you will need a web browser.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/calculator.git
  2. Navigate to the project directory:

    cd calculator
  3. Open the index.html file in your web browser.

Usage

  1. Open the calculator in your web browser.
  2. Use the buttons to input numbers and perform operations.
  3. Click the = button to see the result.
  4. Click the C button to clear the screen.

Code Structure

HTML

The index.html file contains the structure of the calculator.

CSS

The style.css file contains the styles for the calculator.

JavaScript

The app.js file contains the logic for the calculator.

License

This project is licensed under the MIT License - see the LICENSE file for details.