Skip to content

Hemenguelbindi/unit_convert

Repository files navigation

Unit converter

(Unit converter)[https://roadmap.sh/projects/unit-converter] You are required to build a simple web app that can convert between different units of measurement. It can convert units of length, weight, volume, area, temperature, and more. The user can input a value and select the units to convert from and to. The application will then display the converted value.

Requirements Build a simple web page that will have different sections for different units of measurement. The user can input a value to convert, select the units to convert from and to, and view the converted value.

The user can input a value to convert. The user can select the units to convert from and to. The user can view the converted value. The user can convert between different units of measurement like length, weight, temperature, etc (more given below). You can include the following units of measurement to convert between:

Length: millimeter, centimeter, meter, kilometer, inch, foot, yard, mile. Weight: milligram, gram, kilogram, ounce, pound. Temperature: Celsius, Fahrenheit, Kelvin. How it works You don’t need to use any database for this project. There will be a simple webpage that will submit the form to the server and get the converted value back and display it on the webpage.

Requirements

Before getting started, make sure you have the following installed:

  • Rust (stable version)
  • Trunk (for building the project):
  cargo install trunk

Runnong Locally

Clone the repository:

git clone https://github.com/your-username/your-repo.git
cd your-repo

Install dependencies and run the project:

trunk serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors