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).
https://josejrobles.github.io/unit-converter-challenge/
This project was built using Vite
+ Nodejs@23
+ React@18
+ PNPM@9
.
- clone project
git clone [email protected]:josejrobles/unit-converter-challenge.git
- install dependencies
pnpm install
- run dev server
pnpm dev