Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 788 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 788 Bytes

Calculator for a Friend

Overview

"Calculator for a Friend" is a JavaScript calculator project designed to reinforce fundamental JavaScript concepts and improve HTML and CSS skills. This practical application allows users to perform basic arithmetic operations and serves as a hands-on learning experience.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

Usage

  1. Open the calculator in your web browser.
  2. Enter the numbers using the number buttons.
  3. Use the operation buttons (+, -, *, /) to perform calculations.
  4. The result will be displayed on the screen.

Live Demo

You can view a live demo of the project here.

License

This project is licensed under the MIT License.