A url shortner with url configuration , tracking and analytics
- Short long urls.
- Add limit and expiring date to the url
- View demographics of clickers and limit usage in graphical form
- Beautiful and Responsive Landing page and modern interface
- 🌐 Client : React , Tailwind CSS , Typescript , React query
- 💽 Server : Express , Passport , Mongoose
- 🔢 DataBase : MongoDB
✈️ Deployed On : Heroku
- Monolith architecture , client build with vite and a server with express
- Why MongoDB ? Faster than sql database for Key - Value pair searching and the datamodels were not too complex
- Generation of unique ids for urls : Using first 6 digits of hash of Nth url generated. That way we can also assign ranges to multiple server for generation.
- Google JWT authentication [no body has time for creating account with mail and password :(]
- Access token stored in session storage of browser and refresh token stored in cookies
url-preview.mp4
- Checking if short id collide (Skipped because very unlikely to happen)
- Change advance button from checkbox to slider
- Add slide animation when advance button in toogled