Skip to content

lucascampanelli/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucascampanelli/url-shortener

Status License


A URL Shortener web site created using reactjs.

📝 Table of Contents

🧐 About

URL Shortener is a application made for people who need to shorten URLs and make them recognizable.

🏁 Getting Started

  • Download the project
  • Run npm install at the project folder to install the dependencies
  • Run npm start to run the project at the browser
  • Enjoy it!

Prerequisites

You'll need to have Node installed in your machine to be able to install and update dependencies.

🎈 Usage

HOME

This page shows an input for insert the URL you want to shorten.





When you click the shorten button of the input, the page shows a button with your URL shortened



If you click this button, the URL shortened will be copied to your clipboard

📱 Responsive

You can use this web page in any device!



⛏️ Built Using

  • Relink - API to generate short links
  • VSCODE - Code editor
  • Node - JavaScript Runtime
  • npm - Package Manager
  • unDraw - Open source illustrations
  • Feather - Open source icons

✍️ Authors