Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.04 KB

Unit Converter

🧮 Metric / imperial unit converter built with HTML, CSS and Vanilla JavaScript

Try the Unit Converter out on Netlify!

unit-converter-showcase.mov

About

This solo project was build entirely by me while learning JavaScript basics through Scrimba's Frontend Career Path courses. Figma design was provided by Scrimba and adjusted by me (I added a toggle button to switch between light and dark mode).

Basic requirements for this project were to:

  • Build the project from scratch in order to practice concepts taught in the course
  • Follow the Figma design spec
  • Generate all conversions when user clicks "Convert"
  • Round the numbers down to three decimal places

Stretch goals added by me:

  • Add dark/light mode button
  • Generate conversions on "Enter" key press as well

Total dev time: 2 hours