Skip to content

A simple unit converter web (length, weight, temperature).

License

Notifications You must be signed in to change notification settings

L-ux-es/UnitConverter

Repository files navigation

Unit Converter

A simple web app that can convert between different units of measurement. This project is a solution to Unit Converted project of Backend Project of roadmap.sh.

Unit Converter Form

Unit Converter Temperature Result

Units of measurement

  • Length: millimeter,centimeter,meter,kilometer,inch,foot,yard,mile.
  • Weight: milligram, gram, kilogram, ounce,pound.
  • Temperature: Celsius, Fahrenheit, Kelvin.

Technologies

  • Java 17
  • Maven
  • Spring Boot
  • JSP
  • Apache Tomcat

Usage

  1. Clone the repository
git clone https://github.com/L-ux-es/UnitConverter.git
cd UnitConverter
  1. Build the project
mnv clean install
  1. Deploy to Tomcat or Spring Boot
  • For Tomcat url should be: http://localhost:8080/[Application-Context]
  • For Spring Boot, Spring Boot class should be: com.example.unitconverter.UnitConverterApplication
  1. Start server
  2. Open web browser and navigate to the page:
  • For Tomcat:http://localhost:8080/[Application-Context]
  • For Spring Boot: https://localhost/8080

About

A simple unit converter web (length, weight, temperature).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published