Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tushar-indurjeeth/netflix-clone-redux
A Netflix clone built using React, Redux and Stripe Payments.
https://github.com/tushar-indurjeeth/netflix-clone-redux
axios css3 firebase-hosting flexbox react-redux react-router-dom reactjs stripe-api stripe-payments
Last synced: 6 days ago
JSON representation
A Netflix clone built using React, Redux and Stripe Payments.
- Host: GitHub
- URL: https://github.com/tushar-indurjeeth/netflix-clone-redux
- Owner: Tushar-Indurjeeth
- License: mit
- Created: 2021-03-13T20:04:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T16:36:06.000Z (over 2 years ago)
- Last Synced: 2024-01-23T19:29:43.301Z (10 months ago)
- Topics: axios, css3, firebase-hosting, flexbox, react-redux, react-router-dom, reactjs, stripe-api, stripe-payments
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netflix Redux Clone
A Netflix clone built using [React](https://reactjs.org/), [Redux](https://redux.js.org/) and [Stripe Payments](https://stripe.com/).## How it works
- The movie data is retrieved using the TMDB API.
- You can sign up and create an account, authentication is done through [Firebase](https://firebase.google.com/)
- 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## APIs used
- [Stripe](https://stripe.com/)
- [TMDB](https://www.themoviedb.org/)## Built using
- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Stripe](https://stripe.com/)
- [Firebase](https://firebase.google.com/)
- [Run Subscription Payments with Stripe - Firebase extension](https://firebase.google.com/products/extensions/firestore-stripe-subscriptions)
- [React Router](https://reactrouter.com/)
- [Axios](https://github.com/axios/axios)## Platform
- [Firebase](https://firebase.google.com/)## License
Code released under the [MIT License](https://github.com/Tushar-Indurjeeth/Netflix-Clone-Redux/blob/master/LICENSE).