A simple web app to convert values between different units (length, weight, temperature, etc.).
No database required — just small frontend + server logic to compute conversions.
- Convert length: millimeter, centimeter, meter, kilometer, inch, foot, yard, mile
- Convert weight: milligram, gram, kilogram, ounce, pound
- Convert temperature: Celsius, Fahrenheit, Kelvin
- Input a value, choose “from” unit and “to” unit, see the result
- Clean, minimal UI
- Backend handles the conversion logic
You choose — here are suggestions:
Layer | Possible Tech |
---|---|
Frontend | HTML, JavaScript |
Backend | Node.js, Express |
Deployment | simple server |
local host link: http://localhost:3000
- Clone the repo
git clone (https://github.com/hamidrezaghavami/UnitConverter.git) cd unit-converter
Project roadmap file: https://roadmap.sh/projects/unit-converter