https://github.com/lucianoscarpaci/flix
NewsFlix App - Search for Movies
https://github.com/lucianoscarpaci/flix
alamofire ios-app mobile-app mobile-development parse rest-api swift ui-ux-design
Last synced: 10 months ago
JSON representation
NewsFlix App - Search for Movies
- Host: GitHub
- URL: https://github.com/lucianoscarpaci/flix
- Owner: lucianoscarpaci
- Created: 2022-09-04T15:32:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T17:47:47.000Z (almost 4 years ago)
- Last Synced: 2025-08-19T06:02:10.471Z (11 months ago)
- Topics: alamofire, ios-app, mobile-app, mobile-development, parse, rest-api, swift, ui-ux-design
- Language: Swift
- Homepage:
- Size: 729 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: NewsFlix/.DS_Store
Awesome Lists containing this project
README
NewsFlix App - Search for Movies
# Flix
Flix is an app that allows users to browse movies from the [The Movie Database API](http://docs.themoviedb.apiary.io/#).
## Flix Part 2
### User Stories
#### REQUIRED (10pts)
- [x] (5pts) User can tap a cell to see more details about a particular movie.
- [x] (5pts) User can tap a tab bar button to view a grid layout of Movie Posters using a CollectionView.
#### BONUS
- [x] (2pts) User can tap a poster in the collection view to see a detail screen of that movie.
- [ ] (2pts) In the detail view, when the user taps the poster, a new screen is presented modally where they can view the trailer.
### App Walkthrough GIF

### Notes
This is a app that is built for the purpose of API usage of the IMDB database.
All Table Views and Collection Views have details page with a movie description.
The Collection View has a theme of 'Superhero' similar movies.
Title Labels and Synopsis Labels fit the size of the screen.
All movie posters have Aspect Fill, and clip to bounds.
## Flix Part 1
### User Stories
#### REQUIRED (10pts)
- [x] (2pts) User sees an app icon on the home screen and a styled launch screen.
- [x] (5pts) User can view and scroll through a list of movies now playing in theaters.
- [x] (3pts) User can view the movie poster image for each movie.
#### BONUS
- [ ] (2pt) User can view the app on various device sizes and orientations.
- [ ] (1pt) Run your app on a real device.
### App Walkthrough GIF

## Notes
Building in Xcode and creating a custom class, and adding to target.
Close Xcode and restart so the Assistant recognises the recently created class.