Media Browser is an application to browse trending, popular, now playing and top rated movies and TV shows.
The application also allows to search for movies, TV shows, cast, etc.
The app uses React with Redux for state management. TMDB API is used to fetch data.
Hosted Website: [https://media-browser-ayush-acharya.netlify.app]
# install dependencies
$ npm install
# serve at localhost:3000
$ npm startCreate a .env file in the root directory of the project with following values.
REACT_APP_TMDB_API_KEY=All done!