diff options
| author | Lucifer Conrad Reeves <[email protected]> | 2019-06-03 08:27:32 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-03 08:27:32 +0530 |
| commit | 1752a72c8cb3c912eafd50e108967fd98a4318c7 (patch) | |
| tree | 03dd589ee1f2989a7e52a919e6ea16c75ea6e5ad | |
| parent | 769dfb05c38095d0617a9fb17c93d30277167728 (diff) | |
| download | firebase-ecommerce-1752a72c8cb3c912eafd50e108967fd98a4318c7.tar.xz firebase-ecommerce-1752a72c8cb3c912eafd50e108967fd98a4318c7.zip | |
Update README.md
| -rw-r--r-- | README.md | 38 |
1 files changed, 28 insertions, 10 deletions
@@ -1,22 +1,40 @@ -# firebase-ecommerce -Trying to create an ecommerce website using firebase +# Firebase Ecommerce +[](https://GitHub.com/luciferreeves/) [](http://ForTheBadge.com) -This site is hosted on github pages +[](http://ForTheBadge.com) [](http://ForTheBadge.com) [](http://ForTheBadge.com) -Try the demo out : https://luciferreeves.github.io/firebase-ecommerce/ +[](https://luciferreeves.github.io/firebase-ecommerce/) [](https://lbesson.mit-license.org/) [](https://luciferreeves.github.io/firebase-ecommerce/) [](https://www.twitter.com/LuciferCReeves) -This site showcases the use of Google Firebase : https://firebase.google.com +#### I am trying to create a firebase based Ecommerce Site. -All products shown on this site are non-existent and would not be shipped. The products are shown only for demonstration purposes. +## Feature List: -Payments of the products are not processed. +- [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 -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. -Clone this repository and make your own changes if necessary. +<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/ -To clone: +### 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. + +## Cloning: + +Clone this repository and make your own changes if necessary. ```` git clone https://github.com/luciferreeves/firebase-ecommerce.git |
