A movie-browsing mobile application developed as a team project. The app allows users to explore top-rated and recommended movies, search for any title, and save favorites to a personal watchlist.
Movie.Demo.mp4
- Browse Top Rated & Recommended movies
- Search for any movie
- Detailed Movie Info screen
- Add/remove movies to/from Watchlist
- Local Storage using Hive
- API Integration with
httppackage - Loading placeholders using Skeltonizer
- Responsive UI
- Flutter (Dart)
- Hive for local database
- Cubit for state management
- http package for API requests
- Git & GitHub for collaboration
- Jira for task organization
This project was built collaboratively using:
- Git branching workflow
- GitHub pull requests & code reviews
- Jira task boards
git clone https://github.com/your-repo/movie-app.git
cd movie-app
flutter pub get
flutter run

