Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 911 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 911 Bytes

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