/snip

Introducing "Snip" - a lightning-fast URL shortener web application built in just one day! Powered by Next.js, Tailwind CSS, and NextAuth for a seamless signup process with Google. The backend is crafted with Node.js, MongoDB, and Express.js, showcasing advanced features from Next.js 18.✨🚀

Primary LanguageJavaScript

Snip - A url shortener application

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.

Snip Backend Repo ↗

Tech Stack

Client: Next.js, TailwindCSS

Server: Node.js, Express.js

Database: MongoDB

Highlight: Used SSR, CSR, NextAuth (Google)

Run Locally

Clone the project

  git clone https://github.com/aakashvani/snip.git

Install dependencies

  npm install

Start the server

  npm run start