Skip to content

samilaaroussi/show-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show+

Show+ is a small React APP that allow to display a list of movies and series and watch their details with a cool UI, using the TMDB TheMovieDB API.

Homepage Movie Details

Tools

Configuration

To change the type of content or the page number loaded on screen, open src/App.js and edit the parameters below :

this.state = {
  type: 'movie', //'movie' or 'tv
  pageNumber: '1' //page number
};

Launch the APP 🚀

At the root of the project, rename the file .env.exemple to .env. Open the file and enter your TMDB API key as below :

REACT_APP_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Finally, to launch the development server and test the application, enter the command below in your terminal :

$ cd show-plus
$ npm start

License

MIT