Using React, build the client-side for an application called myFlix based on its existing server-side code (REST API and database).
Link to Site: HorrorTime
● Returns a list of ALL movies to the user (each listed item with an image, title, and description) ● Sorting and filtering ● Ability to select a movie for more details
● Returns data (description, genre, director, image) about a single movie to the user ● Allows users to add a movie to their list of favorites
● Allows users to log in with a username and password ● Registration view ● Allows new users to register (username, password, email, birthday)
● Returns data about a genre, with a name and description ● Displays example movies
● Returns data about a director (name, bio, birth year, death year) ● Displays example movies Page 2
● Allows users to update their user info (username, password, email, date of birth) ● Allows existing users to deregister ● Displays favorite movies ● Allows users to remove a movie from their list of favorites
● Allow users to see which actors star in which movies ● Allow users to view more information about different movies, such as the release date and the movie rating
● Allows users to view information about different actors Profile view, single movie view, and all movies view ● Allow users to create a “To Watch” list in addition to their “Favorite Movies” list
- React
- React Redux
- Parcel
- Bootstrap
- hosted on netlify