Url Shortener

Developed and designed by Aldo Castellano

ABOUT THE PROJECT ?️

URL Shortener is a responsive website whose main function is to shorten long URLs. You can also manage the number of times they enter the shortened URL or if you prefer you can delete that URL.

LANGUAGES AND TOOLS ?️

css3 figma html5 javascript react sass

PREREQUISITES

  • react >= 17.0.2
  • npm >= 8.1.2

INSTALL

npm install

USAGE

Before starting create an .env file in the root of the project.

Captura de pantalla 2022-06-21 211150

Inside the .env file we will write the environment variables.

REACT_APP_URL=http://localhost:3000 //The url domain
REACT_APP_API_URL=http://localhost:80 //The url API

and then npm start in terminal.

SCREENSHOTS ?️

screenshot

GitHub

View Github