Project: Movie Database App Add

pull/60/head
Oliver Gomes 6 years ago
parent fa5386dce0
commit f089b79c15

@ -0,0 +1,29 @@
# Movie Database App
**Tier:** 3-Advanced
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.
## 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
## Bonus features
- User can create an account
- User can create their own watchlist
- User can review movies
## Useful links and resources
[MovieDB Api](https://developers.themoviedb.org/3)
## Example projects
[Movie Database App w/ React by Oliver Gomes](http://phobic-heat.surge.sh/)

@ -92,7 +92,7 @@ required to complete them.
### Tier-3: Advanced Projects
| Name | Short Description | Tier |
| -------------------------------------------------------------- | ---------------------------------------------------- | ---------- |
| -------------------------------------------------------------- | ------------------------------------------------------------------- | ---------- |
| [Battleship Bot](./Projects/Battleship-Bot.md) | Create a Discord bot that plays Battleship | 3-Advanced |
| [Battleship Game Engine](./Projects/Battleship-Game-Engine.md) | Create a callable engine to play the Battleship game | 3-Advanced |
| [🌟Calorie Counter](./Projects/Calorie-Counter-App.md) | Calorie Counter Nutrion App | 3-Advanced |
@ -108,6 +108,7 @@ required to complete them.
| [Slack Archiver](./Projects/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced |
| [Spell-It App](./Projects/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced |
| [Survey App](./Projects/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced |
| [Movie Database App](./Projects/Movie-App.md) | Browse, Find Ratings, Check Actors and Find you next movie to watch | 3-Advanced |
## Plans for the future

Loading…
Cancel
Save