File size: 865 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Netflix-Clone

![DemoGif](flixdemo.gif)

A Netflix clone I created for the sake of practicing React and Redux. It features design 
patterns recommended by the documentation. Some of the tools used include: <br />

* Hooks (and custom hooks)
* React Router
* Redux Toolkit 
* Context API 
* Responsive web design 
* Cypress end-to-end testing 

<br />

It is a work in progress, and my first real project with React. Any tips on how to better write the 
code, manage the folder structure, etc would be really appreciated. <br />

The future of this project: <br />

* Integrate it with a Django backend
* Create an authentication flow
* Add REST API endpoints for every user-related event, such as adding Netflix profiles

## Architecture Diagram 

![CloneFlow](https://user-images.githubusercontent.com/36729591/90905326-08c9c400-e39e-11ea-977c-76212f63b2b6.png)