React JS Movie App Using Data from The Movie Database (TMDB) API.
List popular Movies and Tv ShowsSearch Movies and Tv Shows by titleView details about Movies and Tv Shows including poster and trailers
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.
- Movie and Tv Show Search with Auto Complete
- Display Casts and Reviews for Movies
- Display Tv Shows airing on each Day at the top of tv shows component
Followed Airbnb React/JSX Style GuideResponsive design using Bootstrap v4Environment setup using Create-React-App
This project is licensed under the MIT License - see the LICENSE.md file for details