curioustushar / react-sample-projects

The goal of this project is to provide a set of simple samples, providing and step by step guide to start working with React.
https://curioustushar.github.io/react-sample-projects/
MIT License
71 stars 36 forks source link

Hulu Clone building failed #78

Closed mauricewells closed 2 years ago

mauricewells commented 2 years ago

when launching Hulu Clone via yarn start command, app runs on browser, but image isn't open

nmanikiran commented 2 years ago

@mauricewells Thanks for checking out the repo here is the demo https://curioustushar.github.io/react-sample-projects/hulu-clone/

you need to rename the .env.smaple to .env and add your own key. you can generate your own key at https://www.themoviedb.org/

mauricewells commented 2 years ago

great!

mauricewells commented 2 years ago

can you explain my own key?

mauricewells commented 2 years ago

in other words, i don't know how to set my own key at your given link

curioustushar commented 2 years ago

@mauricewells Here is the .env.sample file. As @nmanikiran suggested "you need to rename the .env.sample to .env and add your own key".

Get your own API key from - https://www.themoviedb.org/settings/api

mauricewells commented 2 years ago

hulu_fail when runing your code by yarn start command, the above error happens what is the reason?