- A lighting-fast calculator implemented using pure HTML/CSS/JS
- Supports mouse clicks and keyboard presses
- Used CSS3 grid and flex to manage layout
- Used keyboard and mouse event listeners to add functionality
- Used Git to manage project
- Modularising code into simple functions
This is a calculator built purely using HTML/CSS/JavaScript. It was satisfying putting keyboard event listeners onto it and marvelling at the instant response times.
- Thanks to The Odin Project for putting together such an extensive open-source curriculum!