Tags : Meteor

Your task it to build a bit.ly clone with Meteor. This site will allow to you share links with your friends much easier. For example, a super long url (https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=building%20a%20bitly%20clone) might be replaced by https://thesiteyoubuilt.com/1

The shorter link will redirect to the original longer link. This way links are easier to share.

Features:

  1. Url shortener with redirect.
  2. Login capabilities.
  3. Save links under your profile, allow for edit and deletion of links.
  4. Check out bit.ly for more info.