blob: 03c8ecf847d895b305f61c3aa7fed331da4e3075 (
plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Firebase Ecommerce
```diff
- <h3 style="color:red">This site is broken for now. Going under complete rewrite with bootstrap, adding new features.</h3>
````
[](https://GitHub.com/luciferreeves/) [](https://GitHub.com/luciferreeves/) [](https://GitHub.com/luciferreeves/) [](https://GitHub.com/luciferreeves/) [](https://GitHub.com/luciferreeves/)
[](https://luciferreeves.github.io/firebase-ecommerce/) [](https://lbesson.mit-license.org/) [](https://luciferreeves.github.io/firebase-ecommerce/) [](https://www.twitter.com/LuciferCReeves)
#### I am trying to create a firebase based Ecommerce Site.
## Feature List:
- [x] Login/Signup Functionality
- [x] Login Check
- [x] Add to Cart
- [x] View Cart
- [x] Store Cart Items in Database
- [x] Cart Total Display
- [ ] Multiple Instances of Same Product
- [ ] Product Searching
- [ ] Account Management and My Orders
- [ ] Checkout Functionality
<strong>This site is hosted on [Github Pages](https://pages.github.com) and is Powered by [Firebase](https://firebase.google.com).</strong>
Try the demo out : https://luciferreeves.github.io/firebase-ecommerce/
### Notes:
- All products shown on this site are non-existent and would not be shipped. The products are shown only for demonstration purposes.
- Payments of the products are not processed.
- There is a great lack of styling on the site because I do not intend to create a "beautiful" ecommerce solution but a "functional" ecommerce solution (though I am soon gonna add styles and features).
## Cloning:
Clone this repository and make your own changes if necessary.
````
git clone https://github.com/luciferreeves/firebase-ecommerce.git
````
|