A Netflix clone built using React, Redux and Stripe Payments.
https://netflix-clone-redux-c96b9.web.app/
- The movie data is retrieved using the TMDB API.
- You can sign up and create an account, authentication is done through Firebase
- After signing in, click on the avatar icon on the top right corner, from there you select a payment plan(NOT REAL, ONLY FOR TEST PURPOSES)
- Click subscribe on a plan
- You will be redirected to the checkout page
- Enter the card number: 4242 4242 4242 4242 and fill out the rest of the details with dummy data
- After all details are entered click "Subcribe" and wait for the payment to finish
- After the payment is done, you will see if you click on the avatar icon on the top right corner, it will indicate the plan you have chosen
- React
- Redux
- Stripe
- Firebase
- Run Subscription Payments with Stripe - Firebase extension
- React Router
- Axios
Code released under the MIT License.