Skip to content

kdumagalhaes/link-shortener-vue

Repository files navigation

DevProjects - Link shortener website

This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here: Link Shortener Website

My tools:

  • VueJS;
  • SCSS;
  • BEM CSS;
  • Atomic Design principles;

Requirements

  • 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:

  • Text input for the user's URL

  • "Shorten" button to trigger the link shortening

  • Display area to return the shortened URL to the user

You can see the live demo and give feedbacks on the DevProjects page.