Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.35 KB

Unit Converter - Solo project on Scrimba Frontend Career Path

A simple imperial/metric unit converter, that converts meters to feet, litres to gallons, kilograms to pounds, and vice versa. It's been made as Solo project on Frontend Career Path, and it helped me a lot in the beginning of my frontend journey, as it combines HTML, CSS and JavaScript knowledge.

Table of contents

Overview

Users are allowed to enter the number in the input field, and by clicking enter, six imperial/metric conversions of entered number appear on the screen: meters to feet and feet to meters, litres to gallons, gallons to litres, kilograms to pounds and vice versa.

Screenshot

Links

Process

Built with

  • Semantic HTML5 markup
  • Flexbox
  • Mobile-first workflow

Author