Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 494 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 494 Bytes

URL Shortener

lil-url.net

A URL shortening application - no more long unwieldy URLs!

This monorepo contains code for an API that does the heavy lifting of creating hashes with which to generate unique URLs and redirecting requests to existing hashed URLs; and for a frontend containing a NextJS app where a user can submit a URL to be shortened.

Acknowledgements