aanimesh23 / Flixter

0 stars 0 forks source link

Flix

Flix is an app that allows users to browse movies from the The Movie Database API.

Flix Part 2

User Stories

REQUIRED (10pts)

BONUS

App Walkthough GIF


Notes

I was stuggliung with implementing the Collection View layout as it wouldn't be the right size even though I had set the height and width, later I found out the relations weren't configured correctly and so I had to redo thge section to make it work correctly. I was also challenged when I had to parse the movie ID to get a JSON and then retrieve the the trailer key and then make a call to youtube.


Flix Part 1

User Stories

REQUIRED (10pts)

BONUS

App Walkthough GIF


Notes

I stuggled with version control as when I initiallized my project in git, I lost all the progress I had made. Luckily, the changes were stashed and I was able to recover my lost work and then restore the state of the app to retain all my hardwork.