A Hulu Clone build with React JS.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- create file "env.js" in src directory.
- Create A TMDB account and get the API key.
- in env.js paste the key eg ->
export const { API_KEY } = < YOUR API KEY >;
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.