URL Shortener by Johurul HaqueURL Shortener by Johurul Haque

URL Shortener

Johurul Haque

Johurul Haque

Trim URL

Features

Creates unique short URLs.
Redirects to the original URL.
Saves generated URLs in local storage.
A table showing the list of generated URLs saved in local storage.
URLs can be edited, deleted, or copied to the clipboard.

Tech Stack

Next.js - For handling client-side navigation using React, and creating API routes for CRUD operations.
TypeScript - For type checking and IntelliSense.
Tailwind CSS - For styling elements from within the JSX elements.
Shadcn/UI - For the accessible and minimal modal component.
Mongoose - Defining database schema and doing CRUD operations on the database.
MongoDB - Database of choice for storing data.
Like this project

Posted May 7, 2024

Minimal link-shortening website built using Next.js and Shadcn/UI