A Netflix-clone web application developed using React, it uses Google SSO for login. After logging in, it fetches and displays movies from an API, categorized for easy browsing. Clicking on a movie poster plays a movie trailer fetched from YouTube.
The following tools were used in this project:
- React
- Firebase
- CSS
- HTML
- API
https://netflix-clone-c930a.web.app/
# Run project
$ npm i # Install dependencies
$ npm run start # starts server
# The server will initialize in the <http://localhost:3000>