Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joliwood/netflix-clone
ONLINE - Front Netflix web version cloned, using the TMDB API. Axios for requests and redux to store a films list. Jest + Enzyme lastly added to check some components
https://github.com/joliwood/netflix-clone
axios enzyme javascript jest react redux tmdb-api
Last synced: about 1 month ago
JSON representation
ONLINE - Front Netflix web version cloned, using the TMDB API. Axios for requests and redux to store a films list. Jest + Enzyme lastly added to check some components
- Host: GitHub
- URL: https://github.com/joliwood/netflix-clone
- Owner: Joliwood
- License: mit
- Created: 2022-04-19T17:32:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T21:16:48.000Z (about 1 year ago)
- Last Synced: 2024-04-09T22:29:51.453Z (9 months ago)
- Topics: axios, enzyme, javascript, jest, react, redux, tmdb-api
- Language: JavaScript
- Homepage: https://gj-netlix-clone.netlify.app/
- Size: 16.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to my Netflix clone
![Gif of presentation](https://github.com/Joliwood/Netflix-clone/blob/374c55b499f9ded606d10550f6e22f2c7f5bcaea/netflix-clone.gif)
## Context
This website had been created to show skills in React, Axios for the requests, TMDB api to get all films. I also implemented Redux to share on all app all films we want to.
Some Jest test also have been added to the project to check all main functions & also redux.## How to read commits in this project
:zap: = Minor correction / debug \
:construction: = Work in progress \
:hammer: = New functionnality / component \
:memo: = Readme / Code comments / Documentations \
:sparkles: = Clean code## How to access to this project
[Link to my portfolio website](https://gj-netlix-clone.netlify.app/)