URL Shortener

Summary

A URL shortener with localStorage and copy to clipboard functionality

Next.jsapiTailwindcssTypescript
View Live
URL Shortener

Gallery

URL Shortener image 1

Project Details

This is a URL shortener built with Next.js, TypeScript, and Tailwind CSS. A user can enter a URL and get a shortened URL. The shortened URL is stored in localStorage and can be copied to clipboard.


This project is a frontendmentor challenge. The challenge was to build out the project to the JPG design files inside the `/design` folder.


I used Next.js for the frontend and added couple of extra features like copy to clipboard and localStorage.