ajay117 / Url-shortening-app

An app to shorten URls

Home Page:https://magic-url-shortener.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The challenge

Users should be 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

Links

Built with

  • HTML5
  • CSS
  • JAVASCRIPT

Continued development

Right now whenever a user submits a valid link they get a short link in a container below, those links go down the page. I would like to limit them? For example limit to 3, so submitting a new link will remove the last link in the container and so on, to make it seem like a loop, to make old links disappear. So I want to solve this endless container going down the page.

Author

About

An app to shorten URls

https://magic-url-shortener.netlify.app/


Languages

Language:HTML 44.4%Language:CSS 42.1%Language:JavaScript 13.6%