Skip to content
Jamie edited this page Mar 19, 2024 · 1 revision

Welcome to the Calculator App Wiki!

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.

Getting Started

Features

  • 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.

Installation

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

Clone this wiki locally