Skip to content

Simple calculator project built to practice Git commands and demonstrate basic front-end skills using HTML, CSS, and JavaScript.

Notifications You must be signed in to change notification settings

juliannalencar/iphone-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iPhone Calculator Project

A simple, functional calculator implemented with HTML, CSS, and JavaScript.

Iphone Calculator

Table of Contents

Introduction

This project is a basic calculator built to demonstrate the use of front-end web development technologies. The calculator supports basic arithmetic operations like addition, subtraction, multiplication, and division, along with chained operations and repeated calculations.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Support for chained operations (e.g., 2 + 3 + 4).
  • Repeated calculations with the equal button (e.g., 5 + 5 = =).
  • Clear all (AC) and clear entry (CE) functionality.
  • Responsive design.

Technologies Used

  • HTML: Structure of the calculator interface.
  • CSS: Styling of the calculator for a modern look and feel.
  • JavaScript: Logic for handling operations, state management, and user interactions.

How to Use

  1. Clone the repository:
    git clone https://github.com/juliannalencar/iphone-calculator.git
  2. Navigate to the project directory:
    cd iphone-calculator
  3. Open the index.html file in your web browser to use the calculator.

Contributing

Contributions are welcome! If you would like to improve the project, feel free to submit a pull request or open an issue with your suggestions.

Project Structure

calculator-project/
│
├── index.html          # Main HTML file for the calculator interface
├── styles.css          # CSS file for styling the calculator
├── script.js           # JavaScript file containing the calculator logic
└── README.md           # Project documentation (this file)


About

Simple calculator project built to practice Git commands and demonstrate basic front-end skills using HTML, CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published