Skip to content

Latest commit

 

History

History
106 lines (82 loc) · 3.04 KB

README.md

File metadata and controls

106 lines (82 loc) · 3.04 KB

movieflix

Movieflix - Pranshu Patel

Movieflix - AI Powered Movie App [React.js, Material UI, Alan AI]
Explore the project »

View Demo Site · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Screenshot-2023-05-17-130144.png

Movieflix combines the desire to unleash powerful creativity with the industry's most advanced JavaScript tools including React.js, Redux, Material UI, Alan AI, and more.

Features include:

  • user authentication,
  • light and dark mode,
  • API calls with axios and Redux,
  • actors and movie details page,
  • watchlist and list of favorite movies,
  • movie search functionality,
  • Alan AI voice functionality and many more.

Alan works as an in-app voice assistant for the Movieflix project.

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

List of things you need to use and how to install them:

  • npm
    npm install npm@latest -g

Installation

Setup:

  1. Get a free TMDB API Key at https://www.themoviedb.org/.

  2. Clone the repo:

    https://github.com/2604pr/movieflix.git
  3. Install NPM packages:

    npm install
  4. Create your .env file as it is instructed in .env.example.

  5. Enter your TMDB API key in your .env.

    REACT_APP_TMDB_KEY=<put your key here>

(back to top)

For a full demonstration of all the functionalities of this phenomenal web application check out this demo site.

For more detailes regarding TMDB API calls, please refer to the Documentation.

See the open issues for a full list of proposed features (and known issues).

(back to top)