Skip to content

Releases: arshohag/url-shortener

v1.0.1

18 Jun 05:00
Compare
Choose a tag to compare

This is a URL shortener featuring a Laravel backend and a Vue.js frontend.

Main features -

  • Shorten links
  • Short URL format: example.com/[hash].
  • The Short URL Validation & Duplicate Check.
  • Input URL validation.
  • The URL is shortened to 6 symbols hash, which contains alphanumeric symbols.
  • List for previously created URLs.
  • Scan Input URL for Malware.
  • Short URL redirection to the original URL.
  • Vue frontend interacting with the Laravel API

N.B. - Check Readme for documentation.