Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Chatvista

 

Netflix Clone


Github top language

Github language count

Repository size

Github stars


## :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
```

 

Back to top