Welcome to the React user client for my MORE MOVIE METADATA API. This fully responsive single page application will provide you graphically appealing with access to information about different movies, directors, and genres stored on a MongoDB database. It's possible to sign up to create a unique list of favorite movies.
- JavaScript, HTML, SCSS
- React
- React Router
- Redux
- Bootstrap
- axios
- parcel
App is hosted on Netlify.
- Allows new users to register (username, password, email, birthday)
- Log in with a username and password
- Returns a list of all movies (each listed item with an image, title, genres, directors, actors and description)
- Sorting and filtering
- Ability to select a movie for more details
- Returns data (description, genres, directors, actors, image) about a single movie
- Add or remove movie to list of favorites
- Returns data about a genre or director, with a name and description/bio
- Displays example movies
- Update user info (username, password, email, date of birth)
- User deregistration
- Display and alter list of favorite movies
- Allow users to see which actors star in which movies