# Firebase Ecommerce ```diff - This site is broken for now. Going under complete rewrite with bootstrap, adding new features. ``` [![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/luciferreeves/) [![ForTheBadge makes-people-smile](http://ForTheBadge.com/images/badges/makes-people-smile.svg)](https://GitHub.com/luciferreeves/) [![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](https://GitHub.com/luciferreeves/) [![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](https://GitHub.com/luciferreeves/) [![ForTheBadge uses-js](http://ForTheBadge.com/images/badges/uses-js.svg)](https://GitHub.com/luciferreeves/) [![Website luciferreeves.github.io](https://img.shields.io/website-up-down-green-red/https/luciferreeves.github.io/firebase-ecommerce.svg?style=flat-square)](https://luciferreeves.github.io/firebase-ecommerce/) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://lbesson.mit-license.org/) [![Last Commit](https://img.shields.io/github/last-commit/luciferreeves/firebase-ecommerce.svg?style=flat-square)](https://luciferreeves.github.io/firebase-ecommerce/) [![Twitter Follow](https://img.shields.io/twitter/follow/lucifercreeves.svg?label=Follow%20Me%20on%20Twitter)](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 This site is hosted on [Github Pages](https://pages.github.com) and is Powered by [Firebase](https://firebase.google.com). 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 ````