Skip to content

valentino7504/linkease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkEase

LinkEase is a URL shortener application built with a MERN stack (MongoDB, Express, React, Node.js). It allows users to create short URLs, track clicks, and manage their links seamlessly.

Features

  • Shorten URLs: Convert long URLs into short, manageable links.
  • Custom Short IDs: Users can specify their own short ID for personalized links.
  • Click Tracking: Monitor the number of clicks each short URL receives.
  • User-Friendly Interface: Simple and intuitive design for easy navigation.
  • Error Handling: Informative messages for invalid inputs and duplicate short IDs.

Tech Stack

  • Frontend: React, Tailwind CSS
  • Backend: Node.js, Express
  • Database: MongoDB
  • Other Libraries: Axios for API requests, Mongoose for DB management, Nano ID for unique ID generation