React/Redux app to help you find out what movie you should watch this weekend
to prepare app for development run the command below in your terminal while in project directory
$ yarn install
or
$ npm install
to start the app run enter this command below
$ yarn start
or
$ npm start
Then goto localhost:8080
to see it in browser
themoviedb had a better api in my opinion, especially with the discover endpoint. Creating queries were more straight forward and wanted to do queries based upon actors. With omdbapi I would of had to do alot of processing on my end to get the data working. The frontend should be a lot of the leg work when it comes to processing data/queries.
- User can search for movies based on year, genre, ratings/popularity
- User can save movies that are in the discovery tab (without persistent)
- Created bundles using webpack
- Build with React/Redux
- Reference recent searches
- Autocomplete search bar that user can manually search for movies on by title, actor, etc
- Save user sessions w/ favorites