Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maliha-tasnim/measurement-conversion-tool

A conversion tool that can convert various parameters such as length, temperature, weight etc. to required one.
https://github.com/maliha-tasnim/measurement-conversion-tool

conversion-tool css measurement-units-convert php

Last synced: about 14 hours ago
JSON representation

A conversion tool that can convert various parameters such as length, temperature, weight etc. to required one.

Awesome Lists containing this project

README

        

🌟 Live Demo Application 🌟

## Project Overview

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

## Functionalities

🔹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.

## Development Environment & Deployment

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:

1. Clone the Repository: git clone https://github.com/Maliha-Tasnim/Measurement-Conversion-Tool.git

2. Navigate to the Project Directory: cd Measurement-Conversion-Tool

3. Run the PHP Server (if using PHP's built-in server): php -S localhost:8000.

4. Open a browser and go to http://localhost:8000/index.php.

5. 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.