Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 589 Bytes

Media Browser

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]

Build Setup

# install dependencies
$ npm install

# serve at localhost:3000
$ npm start

Create a .env file in the root directory of the project with following values.

REACT_APP_TMDB_API_KEY=

All done!