Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 888 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 888 Bytes

📲 Flix Favorites 🍿

Overview

Flix Favorites allows users to save their favorite movies and view them in a "favorites" list on a separate tab. To do this, I leveraged User Defaults to save and retrieve movies from the app's local storage. Adding a tab bar was done using a Tab Bar Controller.

Flix-Favorites.mp4

🎯 Goals

  • Set up a tab bar and multiple tabs using a Tab Bar Controller
  • Save, retrieve and delete data from local storage using UserDefaults
  • Create custom buttons styled for their various states

Required Features

  • Users can toggle a "Favorite" button in the movie detail screen to save/delete a movie from their collection of favorite movies.
  • Users can view a scrolling list of their favorite movies on a "Favorites" tab.