🚀 Url Shortener - Open Trimmr
This is a full-stack URL Shortener application built using the MERN stack. The platform enables users to shorten URLs, track device and location information from URL clicks, and includes a secure authentication flow.
Backend Repo - https://github.com/itzadhi/urlshortener-backend
- Authentication Flow: Users can register, log in, and manage their accounts securely.
- URL Shortening: Paste a URL and shorten it for easy sharing.
- Click Tracking: Track device type and location data from clicks on the shortened URLs.
$ git clone https://github.com/itzadhi/urlshortener-frontend.git
$ cd url-shortener
$ npm install