A simple modern looking URL shortner made using Next JS.
Make sure you have node js installed before proceeding further.
Clone the project
git clone https://github.com/tanushchauhan/SnapLink.gitGo to the project directory
cd SnapLinkInstall dependencies
npm installBuild the project
npm run buildStart the server
npm startYou also need to setup a supabase database and connect that so the links and the IDs can be stored.
You can follow this link to the home page to create your own links!

