"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.
- Addition
- Subtraction
- Multiplication
- Division
- Open the calculator in your web browser.
- Enter the numbers using the number buttons.
- Use the operation buttons (+, -, *, /) to perform calculations.
- The result will be displayed on the screen.
You can view a live demo of the project here.
This project is licensed under the MIT License.