SebastienPJ / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculator

Project Screenshot

Here is my solution to the Calculator project fron The Odin project.

This app will allow the user to make simple mathematical operations.

I used HTML, CSS/Flexbox, and Javascript to complete this project.

Topics learned/reinforced:

  • Importance of project planning
  • DOM Manipulation:
    • Selecting elements using Javascript
    • Adding and removing content from page
    • Adding Event Listeners to DOM elements
  • Code Organization
  • Flexbox properties
  • Arrow functions

About


Languages

Language:JavaScript 66.1%Language:HTML 24.0%Language:CSS 10.0%