/focus-ito-reactjs-frontend-test

React JS front end test - Ricardo Sifontes

Primary LanguageTypeScript

FOCUS - ITO React JS Test - Ricardo Sifontes

Steps

  • Create .env.local file
  • Add the following variables
REACT_APP_TITLE=MyMovies

REACT_APP_AUTH_API_URL=https://reqres.in/api

REACT_APP_TMDB_API_KEY=API_KEY

REACT_APP_TMDB_API_URL=https://api.themoviedb.org/3

REACT_APP_TMDB_IMAGE_URL=https://image.tmdb.org/t/p/w220_and_h330_face

REACT_APP_TMDB_BIG_IMAGE_URL=https://image.tmdb.org/t/p/w300
  • Install dependencies
npm install
  • Run development server
npm run start

Dependencies

  • typescript
  • MUI
  • react-router-dom
  • lottie-react
  • react-helmet
  • swr
  • moment
  • formik
  • axios