/

Calculator App

My very first project with HTML, CSS, and JavaScript.


Overview

For the most part, my school's computer science strays away from web development. The exposure I've had to web development and the languages that revolve around it is very limited. Therefore, I taught myself HTML, CSS, and JavaScript in order to jumpstart my application development journey. After that, I needed a real project to continue to develop my skills, so I built a simple calculator.

Technologies

This project uses the following technologies:

  • HTML: The standard markup language for web browser documents.
  • CSS: The standard style sheet language used for describing the presentation of markup language documents.
  • JavaScript: One of the core technologies of the internet. 98.7% of websites use JavaScript on the client side for webpage behavior.