My app is designed to let users search the IMDB database allow users to create lists of media such as TV shows, movies or video games.
- Allow users to filter by genre when searching for movies.
- Allow users to search the movie database by Actor, Director and other meta-data.
- Allow users to sort and filter movies within lists by genre.
https://james-moviesurfer-client.herokuapp.com/
https://github.com/thinkful-ei21/james-capstone-server
Client side of the app built using:
-HTML5 and CSS
-JWT for validation
-Redux for state management
-Redux form for validation
Server built using the following:
-Express and Node.js
-MongoDB for database
-bcryptjs for encryption
Actions: In src/actions
Components: In src/components
Reducers: In src/reducers
Store: Contains all reducers in a combine reducer (in store.js)
CSS for all components is kept in src/styles