Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maliha-tasnim/measurement-conversion-tool
- Owner: Maliha-Tasnim
- License: mit
- Created: 2018-11-27T17:14:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T12:44:06.000Z (2 months ago)
- Last Synced: 2024-11-04T13:38:25.552Z (2 months ago)
- Topics: conversion-tool, css, measurement-units-convert, php
- Language: PHP
- Homepage: https://measurement-conversion-tool.tiiny.io
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.