A simple web-based unit conversion application built with Spring Boot (backend) and React (frontend). This project allows users to convert between different units of measurement, such as length, weight, and temperature.
- Convert between different units of length, weight, and temperature.
- Responsive React frontend for an intuitive user experience.
- Spring Boot backend for handling unit conversions efficiently.
- Uses RESTful API for communication between the frontend and backend.
- Spring Boot
- Java 21+
- Spring Web (for REST API)
- Spring Boot Starter Logging
- Maven (for dependency management)
- React
- React Router
- Axios (for API calls)
- CSS / Styled Components (for UI styling)
- Clone the repositiory
- Springboot Open the UnitConverterBackend project in your IDE of choice and run the UnitConverterApplication
- React Open the UnitConverterFrontend project in your IDE of choice and use npm run dev to start the frontend application