Skip to content

Xavier-Hsiao/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Bothering with long urls? Don't worry anymore. We cover your back. Use this simple web app to shorten any kinds of urls in the blink of an eye.

Version

  • v1.0.0 (by far)

Features

  • Get an unique short url
  • Use your new short url to get to the same website
  • Copy short url to clipboard by just one click

Runtime

  • Node.js v20.9.0

Screenshots

screenshot1

screenshot2

Installation

  1. Clone the project using the command below.
git clone https://github.com/Xavier-Hsiao/url-shortener.git
  1. Move to the project folder
cd url-shorten
  1. Restore the dependencies
npm install
  1. Boot the server by using the command below
npm run start

If the server manages to run you will see this line in your console: The server is on!. Then go to http://localhost:3000 in your browser to start the journey ✨

Tookit

  • Node.js
  • Express
  • Express-handlebars
  • Font awesome

Contributor

Xavier Hsiao

About

A simple web app to shorten urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published