Unit Converter is a simple and convenient web application for converting units of measurement. Its clean UI and responsive design make it easy to use on any device.
- Temperature (°C, °F, K)
- Length (m, km, mi, ft, etc.)
- Area (m², km², ac, ha, etc.)
- Volume (L, m³, gal, etc.)
- Speed (m/s, km/h, mph, etc.)
- Time (s, min, h, days)
- Mass (g, kg, lb, etc.)
- Land area (hectare, acre, sq. m, etc.)
- Automatic result updating while typing (no extra clicks).
- Input validation to prevent incorrect values.
- Responsive design for smooth use on mobile and desktop.
- HTML
- SCSS
- JavaSCript
- Vite
- Clone the repository:
git clone https://github.com/sofi-dobriak/unit-converter.git
- Navigate to the project folder:
cd unit-converter - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open in your browser:
http://localhost:5173
👩💻 Author: Sofi Dobriak


