Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 761 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 761 Bytes

Clot Shortener

A custom and fast URL shortener.

Data

  • 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.

Screenshots

Desktop

Desktop Screenshot

Mobile

Mobile Screenshot

Testing locally

// Install dependencies
npm i

// Start the server
npm run start