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