Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.46 KB

movies-app

This repository contains a flutter application which shows the list of popular tv shows.

Following are the functionality added in the application :

  1. Dashboard : It loads all the popular tv shows and provides the functionality like search and add/remove shows from favourite.
  2. Favourite : It shows all the tv shows added to favourite.

-> Apis from https://developers.themoviedb.org/3/getting-started/introduction are used for listing the data.

-> Hive local database have been used to store the data locally.

Please check the following gifs for the app functionality :

  1. Dashboard data fetching :

  1. Search functionality :

  1. Favourite add/remove functionality :

Please check the following screenshots of the current working application :

  1. Dashboard :

  1. Search :

  1. Favourite :