Home

Blirb.io

Beta version for a website where you can create groups and share movies/tv shows/books/podcast recommendations. I was responsible for creating the frontend using Angular 2+. Uses all the components of any complex angular project including rxjs, dependency injection, routing, interceptors, services, etc.

The backend is written in Django which was done by my brother and it's hosted on AWS and uses services such as S3 for hosting images. We query tmdb for movies/tv shows, Spotify for podcasts, and Google Books for books

The easiest way to get a feel for the site is by visiting it and using signup code BLANK which will automatically put you in some groups with some recommendations, however I will also provide some images below. If you don't have a signup code you won't be able to get in for the time being. Also developing an app for it in React Native as of June 2021.

What you see when you login, your list of groups and a main feed showing recommendations from all your groups.

Where you can search for media to add to your groups or your peronsal lists on your profile page.

Notifications page, where you're able to navigate to particlar comments you've been mentioned on and other updates.

Profile page where you're able to change profile picture, create and add to your lists.

Early design doc laying out some of the models we use and how they interact with each other.