Netflix-based website layout Using only React JS
First use the command
$ git clone < https://github.com/RafaelLisboa/MovieFlix >
Then we will enter the folder
$ cd MovieFlix/
It is necessary to create a file at the root of the project that will be responsible for managing the environment variables
$ touch .env
And now inside the created file add the variable REACT_APP_API_KEY
This way you will have your api key running along with the environment variables that the application is running on
That done we will install the dependencies used in npm
$ npm i
after
$ npm start
And ready