RememberURL was built to give users the ability to save and share links with friends. The site is built with Django, jQuery, and Bootstrap. A user submits a URL, and then a python script downloads the corresponding HTML. Images and text are extracted by parsing the HTML with BeautifulSoup, a popular Python Libary.
Demo Login for prepopulated data or create your own account. email : test@test.net password :testaccount
Users are able to rearrange the cards on their dashboard by dragging and dropping. There's also an option to add a card to a folder. This was made with jQuery and Ajax.