Skip to content

leonardodimarchi/movie-searcher-flutter

Repository files navigation

Movie Database App (From App Ideas)

App Images

Flutter app using TDD and Clean Architecture

Tier: 3-Advanced

Find your next movie or create your watchlist with this App. It include reviews, rating, actors and anything you need to know about the movie.

  • This application will help users find their next movie to watch by showing helpful stats
  • Resource needed for the project is movie api, examples include Imdb, MovieDB etc.

User Stories

  • User can see all the latest movie on the front page
    • Paginated list
    • Clean paginated classes and tests
  • User scroll down to see all other movies according to release date
    • Movie card styling
    • Image loading
    • Add movie categories
    • Pull to refresh
    • Bounce effect color
    • "Return to the top" button
  • Add filter at movies use case (Popular, by average, etc)
  • Search
  • User can click on any of the movie to go to their own separate page
  • User can then see all about the movie ratings, about, actors present on each separate movie page

Bonus features

  • User can create an account
  • User can create their own watch list
  • User can review movies

Useful links and resources

Example projects

Movie Database App w/ React by Oliver Gomes
Movie Browser App w/ React&Redux&Bootstrap by Nataliia Pylypenko