Skip to content

bineetNaidu/hulu-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hulu Clone

A Hulu Clone build with React JS.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

Usage

  • 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 >;

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Contributing

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.

License

MIT