Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeehanchung/e-commerce-react-redux-firestore
E-commerce web app developed with react, redux, firestore, styled-components, and more. Individual final year project, 3 months.
https://github.com/yeehanchung/e-commerce-react-redux-firestore
firebase firestore reactjs redux styled-components
Last synced: 11 days ago
JSON representation
E-commerce web app developed with react, redux, firestore, styled-components, and more. Individual final year project, 3 months.
- Host: GitHub
- URL: https://github.com/yeehanchung/e-commerce-react-redux-firestore
- Owner: yeehanchung
- Created: 2021-09-22T14:47:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T13:35:05.000Z (over 3 years ago)
- Last Synced: 2024-11-15T16:41:26.378Z (2 months ago)
- Topics: firebase, firestore, reactjs, redux, styled-components
- Homepage: https://www.sausagekl.com/
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
E-commerce | React Redux Firestore
This site was developed by [YeeHan Chung](https://yeehan.me) for the completion of his final year project (employer project) from **August 17, 2020** to **November 26, 2020**. This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Lessons learnt 📚 🧩
- Stop worrying, start doing.
- Be careful of [**Spaghetti Codes**](https://en.wikipedia.org/wiki/Spaghetti_code).
- Importance of refactoring.
- Google to find solutions efficiently.
- Realized how various technologies work together.
- Understood how technologies work **under the hood**.
- `react.js`, `redux`, `firebase`, `styled-components`
- Found that **full-stack/front-end development** is my **cup of tea** ❤️## Architecture diagram (Initially)
![Architecture Diagram for Commercial Site](architecture-diagram-commercial-site.png)