Skip to content

Mairon31/custom-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Shortener “Clot”

A custom and fast URL shortener.

Project Features

  • Fast shortener.
  • Accessible database (MongoDB).
  • Responsive for Mobile and Desktop.
  • Written in TS (backend).
  • Custom URL & Multi-Domain.
  • Frontend made with TailWindCSS.
  • One click, copy or delete.

To do...

  • URL statistics (Clicks, Ubication Country, Refs).
  • User registration and login.
  • Administration panel.
  • Malicious URL report.
  • URLs blacklist.

Demo

You can view a live demo thanks to Glitch by entering this link.

Screenshots

On Desktop

Desktop Screenshot

On Mobile

Mobile Screenshot

Testing locally

// Install dependencies
npm i

// Start the server
npm run start