This app displays categories of movies and tv show. By clicking on any movie or TV Show, you can see a detailed view and cast. When you click on a cast member it displays information about the person. You are also able to search for movies, tv shows or persons that you want in the navigation bar.
The data is provided by TMDb
https://movies-tv-browser.netlify.app/
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
$ npm install
# Run the app
$ npm start