Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 858 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 858 Bytes

Unit Converter Challenge

This project allows teachers to check their students assignments converting values from one unit of measurement to another. This currently only has two types of units. Those being temperature units (Kelvin, Celsius, Fahrenheit, & Rankine) and volumetric units (liters, tablespoons, cubic-inches, cups, cubic-feet, gallons). Screenshot 2024-12-09 at 5 10 11 PM

See latest deployments hosted on github page here

https://josejrobles.github.io/unit-converter-challenge/

Run local copy

This project was built using Vite + Nodejs@23 + React@18 + PNPM@9.

  1. clone project git clone [email protected]:josejrobles/unit-converter-challenge.git
  2. install dependencies pnpm install
  3. run dev server pnpm dev