This project is a learning solution from DevProjects.
The user will input a valid URL and click a "shorten" button. The shortened URL will then be displayed.
Your UI should include the following elements:
Run the following commands
git clone https://github.com/jakekohl/Link-Shortener-website.git
cd Link-Shortener-Website
npm install
Create a Doppler by navigating to https://doppler.com, then get setup using doppler setup
.
Create a bit.ly account and generate an API Token at https://app.bitly.com/settings/api/
Create a secret in the doppler setup you created with the key BIT_KEY
Run command: doppler run node app.js
npm run cypress:open
TODO