This repository implements a Unit Converter project as described in the roadmap.sh Unit Converter project.
The Unit Converter allows users to convert between different units of measurement, such as temperature, weight, and length. The project is structured with PHP scripts for each conversion type and includes modular code for easy extension.
- Convert between various units (temperature, weight, length)
- Modular PHP structure
- Simple web interface
index.php
temperature.php
weight.php
data/
lengths.php
temperature.php
weights.php
includes/
functions.php
static/
styles.css
templates/
footer.php
form.php
header.php
For more details and requirements, see the roadmap.sh Unit Converter project page.