Skip to content

kiliansinger/SIcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PWA calculator that works with units

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published