Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.24 KB

Muvue

Muvue

Muvue is an app that uses YouTube API to allow you to stream free full-length movies online, directly from your browser.

Features:

  • Search dynamically from a list of available movies
  • Features infinite-scrolling list of movies
  • Displays charts and list of top ten most liked, favorited, and reviewed
  • Create a user account and receive a confirmation email welcoming you
  • Update your account name, username, picture, and email address
  • Like/unlike, favorite/un-favorite, and write a review for a movie (or delete it)
  • View your collection of saved, liked movies, and the reviews that you wrote
  • Delete your account if needed (highly discouraged ;)

Prerequisites

Latest versions of the following:

  • React
  • Redux
  • PostgreSQL

Getting Started

  • Git clone this directory

In the Muvue directory:

  • Install npm with all dependencies: npm install
  • Start react server: npm start
  • Run rails: backend

Backend: Here

Tech Stack:

  • HTML/CSS
  • JavaScript
  • ReactJS
  • React-Router
  • Redux
  • ChartJS
  • Firebase
  • Semantic-UI-React