Skip to content

uqe/react-tmdb

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2021
Apr 19, 2018
Sep 5, 2019
Feb 23, 2021
Aug 30, 2020
May 27, 2019
Aug 30, 2020
Apr 11, 2018
Aug 30, 2020
May 27, 2019
Apr 6, 2018
Aug 30, 2020
Aug 13, 2019
Aug 15, 2021
Apr 6, 2018
Oct 1, 2021

Repository files navigation

TMDb API w/ React

Live demo

https://tmdb.arthurn.me/

Tools used

  • webpack 4.6.0
  • react 16.2.0
  • redux, redux-thunk
  • material-ui, styled-components, grid-styled

Development

Start: yarn dev (default port: 3000)

Start and open bundle analyzer: yarn dev-bundle-analyzer (default port: 8888)

Production

Build: yarn build

Build and open bundle analyzer: yarn build-bundle-analyzer

.prod.env file example

THEMOVIEDB_API_KEY=8SUisSHs7sSIsioSPsms
THEMOVIEDB_API_LANGUAGE=en-EN
THEMOVIEDB_API_ADULT=false

Language variables