-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jamie edited this page Mar 19, 2024
·
1 revision
This Wiki serves as a comprehensive guide to using and contributing to the Calculator App. The Calculator App is a user-friendly, web-based tool designed to perform basic arithmetic operations with added features like memory and history logs.
- Basic Arithmetic: Perform addition, subtraction, multiplication, and division operations.
- Memory Functions: Save the current value in memory for later use.
- History Log: View a log of your recent calculations.
- Responsive Design: Works on both desktop and mobile browsers.
The Calculator App is web-based and requires no installation. To get started, clone the repository and open index.html in your web browser.
git clone https://github.com/kesjam/calculator.git
cd calculator
open index.html