Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmartins-dev/netflix-react


https://github.com/gmartins-dev/netflix-react

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

## NETFLIX CLONE USING REACT

Steps:

1) import movies database from TMDB.org database

https://developers.themoviedb.org/3/getting-started/introduction

key: fbebdab96fb21b739942d1a592853f3e
url base: https://api.themoviedb.org/3

useful tolls:
Test API --> https://resttesttest.com/
Format json --> http://jsonviewer.stack.hu/

import infos from external service(API TMDB):

-Netflix originals
-Trending
-Top Rated
-Action
-Comedy
-Horror
-Romance
-Documentary

create a Fetch function for import movie infos from API Database

2) creation of react components
-database
-header
-featured
-lists
-movieRow
-footer


{items.results.length > 0 && items.results.map((item, key) => (



)

)}