nexxeln / emoji-link-shortener

The Emoji Link Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emoji Link Shortener

This is a simple web app that allows you to shorten links using emojis. It's a fun way to share links. This was mainly built as a way to play around with the new Next 13 App Router, and I did play around with a lot of stuff that is deleted now.

I was going to make a much bigger app but then I got bored.

Self Hosting

  • Clone the repo.
  • Install dependencies with pnpm install.
  • Go to Planetscale and create a database.
  • Copy the Database URL.
  • Copy .env.example to .env and fill in the DATABASE_URL.
  • Install Vercel CLI.
  • Run vercel to deploy to Vercel.

About

The Emoji Link Shortener


Languages

Language:TypeScript 96.9%Language:JavaScript 2.7%Language:CSS 0.4%