A MERN stack app that allows user to log in and pick or remove their favorite movie.
- Login/logout implementation with the modern json web token
- Using modernize Material UI for front end, plus Formik and Yup for form validation
- Using React-Redux store to manage app state.
- Display comments per movie
- User has ability to delete comment
- Share facebook icon on the favorite movie
- Flash message in front end when user signs up
- Added scroll to top button on home screen
- Search box added
- Comment would be implemented for each movie - done
- Share movie on social network - done
- Add connect flash messages to front end - done
- Add Search bar to search for movie - done
- Add scroll up button to scroll all the way to top on the Home page - done
- Register email and verify token email after signing up
- Add server validation with express-validator