Skip to content

Heini-Maria/Javascript-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.