Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 723 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 723 Bytes

Myflix-react-app

Reactjs app with (TMDB) API from https://www.themoviedb.org/.

Stack

  1. Environment setup using Create-React-App
  2. React/JSX
  3. The movie database (TMDB) API
  4. Responsive design using Bootstrap v4

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 this repo.
2. cd myflix-react-app
3. npm install
4. npm start

Screens

  • Home
  • TV Show
  • Search
  • Detail

License

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