FlexIt
Single-page clone of Netflix that allows users to watch videos and add videos to their lists.
-
Secured user login by using BCrypt and react-router components to keep track of session cookies, allow login to persist
across a session, and protect user-generated data.
-
Hosted pictures and videos in the cloud using AWS integrated into the Rails Active Storage, providing easier asset
management and allowing scalability when more videos or general media are incorporated into the application.
-
Integrated Redux with HTML5 media web elements to create customized media playback for users and ensure play/pause
status and video time is accessible throughout the application architecture.