This project is a simple unit converter designed to convert quantities between different units for various physical parameters.
Supported Parameters are:
⚖️ Length & Distance ⚖️ Area ⚖️ Volume & Capacity ⚖️ Mass & Weight ⚖️ Speed ⚖️ Temperature
🔹Select a Parameter: Choose the physical parameter you want to convert (e.g., length, weight, temperature).
🔹Input a Quantity and Unit: Enter the quantity you want to convert and the unit it's currently in (e.g., 10 meters).
🔹Choose the Target Unit: Select the desired unit for the converted quantity (e.g., kilometers).
🔹Get the Converted Quantity: The program calculates and displays the converted quantity in the target unit.
By leveraging this tool, one can easily perform unit conversions for various everyday and scientific applications.
Ensure you have:
▪️ PHP installed on your system.
▪️ A local server setup (like XAMPP, WAMP, MAMP, or PHP's built-in server).
Steps to run the project are as below:
-
Clone the Repository: git clone https://github.com/Maliha-Tasnim/Measurement-Conversion-Tool.git
-
Navigate to the Project Directory: cd Measurement-Conversion-Tool
-
Run the PHP Server (if using PHP's built-in server): php -S localhost:8000.
-
Open a browser and go to http://localhost:8000/index.php.
-
Using XAMPP/WAMP/MAMP: Copy the project folder to the htdocs folder (XAMPP) or the www folder (WAMP).
Then start the server (Apache). Access the tool in the browser via http://localhost/Measurement-Conversion-Tool/index.php.