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 ?️
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.
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.