A Simple Website to display list of movies built using React.
All API's used are from TMDB
In order to make app work,
- create a new file with name .env in top level of application.
- Obtain api key from TMDB API Key and paste it in .env file TMDB_API_KEY as shown below
TMDB_API_KEY='key obtained from TMDB'