Link shorteners are services for transforming any received URL into a short link. My goal was to make a normal link shortener with additional features like a dashboard and statistics for user's every link.


The main tools I used for the projects are:
- React
- Next.js
- PostgreSQL and Prisma
- Tailwind

The web application has been created with Next.js for both, backend and frontend. Prisma ORM made it easier to interact with an actual database. The design was intended to be focused on user's experience, so it's clean and readable as possible.


As result, you can shorten any link you have and view it and its statistics and graphs with a special dashboard.