A URL Shortener application built using the Spring MVC framework and Thymeleaf for creating interactive web pages. This application allows users to shorten long URLs and redirect them to the corresponding original URL seamlessly.
- URL Shortening: Users can input long URLs and generate short, shareable links.
- Redirection: Automatically redirects users to the original URL when they access the shortened link.
- Thymeleaf Integration: Clean and responsive user interface using Thymeleaf templates.
- Backend: Spring Framework (MVC architecture)
- Frontend: Thymeleaf for dynamic page rendering
- Database: MySQL
- Build Tool: Maven
- Language: Java

