DEV Community

Sudhakar V
Sudhakar V

Posted on

Built a Weather App using Spring Boot and Thymeleaf

I recently completed a Weather App using Spring Boot and Thymeleaf and I'm excited to share it with you all

This project allows users to enter any city name and fetch current weather data using the OpenWeatherMap API It integrates a dynamic form-based UI using Thymeleaf with backend logic in Spring Boot

Tech Stack

  • Spring Boot to handle backend logic and API requests
  • Thymeleaf for rendering server-side HTML views
  • OpenWeatherMap API to retrieve live weather data

What I Learned

  • Connecting Spring Boot to external REST APIs
  • Handling forms and validation with Thymeleaf
  • Structuring a clean MVC application
  • Building a fully functional Java web app end to end

Special Thanks

I would like to thank my mentors Vijay and Muthuramalingam for their consistent support and valuable feedback throughout this project

Source Code

GitLab Repo https://gitlab.com/payligam/weatherapp

Top comments (0)