Kurokosama / iphone-calculator-js

iPhone Calculator Replica in Vanilla JavaScript!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The iPHONE Calculator 📱 1️⃣2️⃣3️⃣

The repo for the iPhone calculator code-along using HTML, CSS, and Vanilla JavaScript!

Symbols used in this app: ± % ÷ × − + =

Feel free to use this code for your personal projects!

iphone calculator

Extra Challenges

  • Make keyboard inputs work with the calculator
  • Limit the visible display number to 9 digits
  • Make display font size dynamically change for when you have 6, 7, 8, 9 digits

About

iPhone Calculator Replica in Vanilla JavaScript!

License:MIT License


Languages

Language:JavaScript 63.2%Language:HTML 20.1%Language:CSS 16.7%