Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 747 Bytes

URL Shortener Application

A simple Go-based web application that allows users to shorten URLs. The application generates a unique shortened URL for every input URL using SHA-256, stores it in a SQLite database, and redirects users to the original URL when they access the shortened link.


Features

  • Shorten any URL quickly.
  • Persistent storage using SQLite.
  • Redirection from shortened URLs to the original website.
  • Simple and intuitive user interface.

Screenshots

Shortened URL Result

Once you shorten a URL, the application provides a shortened link that you can copy to the clipboard.
Shortened URL Result