/

Calculator App

HTML

CSS

JavaScript

This was one of my first few projects when I was still mastering the foundations of web development. It was built using the three main fundamentals: HTML, CSS, and JavaScript. Tackling this project initially posed quite a complex challenge.

Here, I used the "class" construct, which is centered around object-oriented programming, to essentially build the blueprint for this analog calculator. Later on, I would instantiate a new "calculator" from the "Calculator" class.

Throughout this endeavor, I not only deepened my understanding of class syntax but also delved into the intricacies of the Document Object Model (DOM). This project provided an invaluable opportunity for me to gain hands-on familiarity with manipulating elements within web pages and enhanced my overall proficiency in web development.