SNIP is a frontend for a URL shortener application. It's built using Next.js and TailwindCSS.js. Users can submit a title and URL to create short links. Hosted on Vercel.
Client: Next.js, TailwindCSS
Server: Node.js, Express.js
Database: MongoDB
Highlight: Used SSR, CSR, NextAuth (Google)
Clone the project
git clone https://github.com/aakashvani/snip.git
Install dependencies
npm install
Start the server
npm run start