Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 886 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 886 Bytes

Javascript-Calculator

This project was done in Brainnest Frontend Development course. The goal for the project was to build a calculator application that would tackle different user interactions without crashing.

Try the calculator app here: https://heini-maria.github.io/Javascript-Calculator/

Nimetön

Features

  • Functions for all of the basic math operators
  • backspace and clear functions
  • keyboard support

Technologies used

  • HTML
  • CSS
  • JavaScript

Future works

  • to add styling for keyboard events

Personal experience

I really enjoyed this project, it gave me a lot of practice with basic JavaScript. The most challenging part was to get my head around all the possible user interactions and how to take them into account in the code.