Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/netflix_clone
A web application of Netflix-clone developed using react. After login, it shows the movie poster fetched from API category-wise. When clicked on the poster it shows a movie trailer fetched from youtube.
https://github.com/kishan2029/netflix_clone
css3 firebase-auth html5 netflix-api netflix-clone reactjs redux youtube-trailer
Last synced: 4 days ago
JSON representation
A web application of Netflix-clone developed using react. After login, it shows the movie poster fetched from API category-wise. When clicked on the poster it shows a movie trailer fetched from youtube.
- Host: GitHub
- URL: https://github.com/kishan2029/netflix_clone
- Owner: Kishan2029
- Created: 2021-03-11T12:15:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T13:17:11.000Z (9 months ago)
- Last Synced: 2024-02-16T14:33:40.061Z (9 months ago)
- Topics: css3, firebase-auth, html5, netflix-api, netflix-clone, reactjs, redux, youtube-trailer
- Language: JavaScript
- Homepage: https://netflix-clone-c930a.web.app/
- Size: 27 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Netflix Clone
## :dart: About
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.
## :rocket: Technologies
The following tools were used in this project:
- React
- Firebase
- CSS
- HTML
- API## Deploy Link
https://netflix-clone-c930a.web.app/## :checkered_flag: Starting
```bash
# Run project
$ npm i # Install dependencies
$ npm run start # starts server# The server will initialize in the
```