Skip to content

hamidrezaghavami/UnitConverter

Repository files navigation

Unit Converter

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.


🚀 Features

  • 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

🛠️ Tech Stack

You choose — here are suggestions:

Layer Possible Tech
Frontend HTML, JavaScript
Backend Node.js, Express
Deployment simple server

local host link: http://localhost:3000


🔧 Setup & Run Locally

  1. Clone the repo
    git clone (https://github.com/hamidrezaghavami/UnitConverter.git)
    cd unit-converter
    

Project roadmap file: https://roadmap.sh/projects/unit-converter

About

Simple web page app that convert between different units

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published