/url-shortner

URL Shortener for shortening URLs

Primary LanguageVue

url-shortner

The challenge is to integrate the shrtcode API to create shortened URLs and display them.

Users are able to:

-View the optimal layout for the site depending on their device's screen size

-Shorten any valid URL

-See a list of their shortened links, even after refreshing the browser

-Copy the shortened link to their clipboard in a single click

-Receive an error message when the form is submitted if:

The input field is empty

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.