Skip to content

MaciejWiatr/url-shortener-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js url shortener

Simple implementation of url shortener made with:

  • Next.js
  • Express.js
  • Nginx
  • Vercel

Live version

You can find & use live version here: https://short.maciejwiatr.pl/

Screenshots

App Screenshot

Infrastructure

Infrastructure

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

NEXT_PUBLIC_BACKEND_URL

Features

  • Shortening the url
  • Generating random name to the url if none was given
  • Form validation
  • Cool looking ui 🤠