https://github.com/btc415/ecommerce-firebase
https://github.com/btc415/ecommerce-firebase
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/btc415/ecommerce-firebase
- Owner: BTC415
- License: mit
- Created: 2024-03-01T07:27:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T07:36:15.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:09:45.624Z (over 1 year ago)
- Language: TypeScript
- Size: 1.9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shoply - Featuring React.js, Firebase, Redux Saga, Material UI , Stripe & Typescript

## The Challenge⚡️
I had the idea to build a fully functional eCommerce project using technologies that I liked. That's when I found this great course by [@SimpleTut](https://www.youtube.com/@SimpleTut) on Youtube. I immediately found interest in his teaching style and started this project.
I changed a couple of things from the course, such as using `typescript` instead of `javascript` and `scss` for styling.
This is a great repository if you want to get started with integrating `Redux Saga` with typescript and `React.js`.
Here was the challenge:
- Storing products, users, and orders in firebase cloud firestore.
- Using a strict & consistent folder architecture.
- Implementing a cart system using client-side logic.
- Handling CRUD operations with firebase, using Redux Saga.
- Stripe for payments w/ credit-card & paypal support.
- Creating a good harmony between React, Redux and Typescript.
## Built With ✨
- [Firebase](https://firebase.google.com/)
- Redux Saga, Redux Persist
- Stripe for payments
- [Material UI](https://mui.com/) - UI library
- [React](https://reactjs.org/) - JS library
- Typescript
**Thanks for sharing** 🚀