Skip to content

mfeeee/unit-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Converter

This repository implements a Unit Converter project as described in the roadmap.sh Unit Converter project.

Project Overview

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.

Features

  • Convert between various units (temperature, weight, length)
  • Modular PHP structure
  • Simple web interface

Project Structure

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

Reference

For more details and requirements, see the roadmap.sh Unit Converter project page.

About

Unit converter to convert between different units of measurement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors