Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmartins-dev/netflix-react
https://github.com/gmartins-dev/netflix-react
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmartins-dev/netflix-react
- Owner: gmartins-dev
- Created: 2022-04-14T18:02:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T13:05:05.000Z (over 2 years ago)
- Last Synced: 2024-10-16T18:50:18.233Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/3useful 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
-Documentarycreate 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) => (
)
)}