From b8d8332c9f5cde943f1c79ee871e82e64f5812a0 Mon Sep 17 00:00:00 2001 From: gustavo Date: Sun, 27 Sep 2020 17:45:15 -0300 Subject: [PATCH] add another movie app example using react native --- Projects/3-Advanced/Movie-App.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Projects/3-Advanced/Movie-App.md b/Projects/3-Advanced/Movie-App.md index 2cbeb4a2..b245ee25 100644 --- a/Projects/3-Advanced/Movie-App.md +++ b/Projects/3-Advanced/Movie-App.md @@ -4,27 +4,28 @@ 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. +- 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 -- [ ] User scroll down to see all other movies according to release date -- [ ] 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 +- [ ] User can see all the latest movie on the front page +- [ ] User scroll down to see all other movies according to release date +- [ ] 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 +- [ ] User can create an account +- [ ] User can create their own watch list +- [ ] User can review movies ## Useful links and resources -- [MovieDB Api](https://developers.themoviedb.org/3) +- [MovieDB Api](https://developers.themoviedb.org/3) ## Example projects [Movie Database App w/ React by Oliver Gomes](http://phobic-heat.surge.sh/) [Movie Browser App w/ React&Redux&Bootstrap by Nataliia Pylypenko](https://api-cinema-10d15.firebaseapp.com/) +[Movie App w/ React Native by Gustavo Amaro](https://github.com/gustavo-amaro/movie-app)