/netflix-ui

App created using React & Typescript cloning Netflix homepage

Primary LanguageTypeScript

Netflix Ui

This project is a clone of Netflix Homepage using React & Typescript.

The backend api was provided by https://www.themoviedb.org/

Environment Variables

To run application you need to add the variables below:

Obs: to get the env vars below you need to register yourself in themoviedb website

REACT_APP_MOVIE_DB_URL=
REACT_APP_MOVIE_DB_API_KEY=

Running App

npm start

Built With