javascript-projects/unit-conversion at main · MartinL-no/javascript-projects

Unit Convertor

Overview

I created this application as an assignment for the Scrimba Front End Developer Career Path.

I was provided a Figma design and had to complete the task myself based on skills developed in the course using only HTML, CSS and JavaScript.

From working on the project I learnt about things such as -

  • Recreating CSS styling of an application from Figma designs
  • Extracting values/numbers from input fields and feeding them into Javascript functions
  • Event triggers and how to use them with input fields
  • Styling input fields and buttons
  • Autoselecting fields on loadup
  • Adding gradients in CSS
  • Adding external fonts
  • How to work out problems myself and find answers through the internet

Features

  • The app consist of one page

  • Allows users to convert between various metric and imperial units

  • Round output units to 3 decimal places

Tech Used / Dependencies