/reactflix

ReactJS Movie Web App using The Movie Database(TMDB) API

Primary LanguageJavaScriptMIT LicenseMIT

REACTFLIX

React JS Movie App Using Data from The Movie Database (TMDB) API.

Features

  1. List popular Movies and Tv Shows
  2. Search Movies and Tv Shows by title
  3. View details about Movies and Tv Shows including poster and trailers

Getting Started

1. git clone https://github.com/akinmaurice/reactflix.git
2. cd reactflix
3. npm install
4. npm start

The above will get you a copy of the project up and running on your local machine for development and testing purposes.

Todo

  1. Movie and Tv Show Search with Auto Complete
  2. Display Casts and Reviews for Movies
  3. Display Tv Shows airing on each Day at the top of tv shows component

Techinical Notes

  1. Followed Airbnb React/JSX Style Guide
  2. Responsive design using Bootstrap v4
  3. Environment setup using Create-React-App

License

This project is licensed under the MIT License - see the LICENSE.md file for details