Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 694 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 694 Bytes

Online Calculator

Introduction

An online calculator created using HTML, CSS, and JavaScript following guidelines set by The Odin Project. This website was built to practice the fundamentals of JavaScript such as DOM manipulation and callback functions.

Usage & Capabilities

This calculator supports all real numbers along with the addition, subtraction, division, and multiplication operators. Additionally, keyboard input is supported with the 'delete' key clearing the calculator. Stringed calculations are also implemented, with succeeding operator inputs instantly calculating the previously inputted operations.