Skip to content

This Go application takes a user-provided URL as input, generates a unique shortened version using a SHA-256 hash, and allows users to access the original URL by visiting the shortened link.

Notifications You must be signed in to change notification settings

Nyae44/url-shortener-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

This Go application takes a user-provided URL as input, generates a unique shortened version using a SHA-256 hash, and allows users to access the original URL by visiting the shortened link.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published