The Movie App is a mobile application that allows users to browse through a vast collection of movies. For each movie, users can view detailed information about the plot, actors, and producers. Additionally, users can create and manage their own lists of favorite actors and movies. The app also features a categorization system where movies can be grouped by genre for easier browsing.
This project was developed using Dart and Flutter as part of the "Programming techniques on mobile platforms" course during the final year of university.
- Movie Browsing: Explore a wide range of movies.
- Movie Details: Access detailed information for each movie, including plot summaries, actors, and producers.
- Favorites List: Create and manage personalized lists of favorite actors and movies.
- Genre Grouping: View movies categorized by genre for easy navigation.
To get started with the Movie App, follow these steps:
-
Clone the repository: ```sh git clone https://github.com/anaungurean/movie-app.git cd movie-app ```
-
Install dependencies: ```sh flutter pub get ```
-
Run the app: ```sh flutter run ```
- Flutter SDK
- Dart programming language
Refer to `pubspec.yaml` for a full list of dependencies.
- Browse Movies: Launch the app and navigate through the collection of movies on the home screen.
- View Details: Tap on any movie to see detailed information about it.
- Favorites: Add movies and actors to your favorites list by tapping the heart icon.
- Genres: Browse movies by genre for easy navigation.