DEV Community

Cover image for Making a Link Shortener
Luthfi Khusyasy
Luthfi Khusyasy

Posted on

Making a Link Shortener

This is a website where you can shorten your link, and make it easier to share with your friends.

Live Website
Source Code

note: this is an old post (07 March 2021) from my website, posting for archiving purposes

Features

  • Register and Login to your account.
  • Shorten your link in just 1 click.
  • View how many times your link has been clicked.

Objectives

I wanted to learn the MERN Stack, so i have to combine what i have learned about React JS and Express JS, i also learn how to do CRUD with MongoDB databases using Mongoose, and using JWT for authentication.

Techonologies used

  • MongoDB
  • Mongoose
  • Express JS
  • React JS
  • React Router
  • Node JS
  • JWT

Top comments (0)