All Projects → ittus → Vuejs Firebase Shopping Cart

ittus / Vuejs Firebase Shopping Cart

Licence: mit
Shopping cart demo using Vuejs and Firebase

Projects that are alternatives of or similar to Vuejs Firebase Shopping Cart

Meal Prep
Source code for a 4-part series I wrote about Vue, Vue Router, Vuex and Vuetify
Stars: ✭ 496 (+81.02%)
Mutual labels:  firebase, firebase-database, firebase-auth, vue-router
Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (-53.65%)
Mutual labels:  firebase, firebase-database, firebase-auth
Quickstart Cpp
Firebase Quickstart Samples for C++
Stars: ✭ 123 (-55.11%)
Mutual labels:  firebase, firebase-database, firebase-auth
basic-transport-info-app
A progressive web app to show direct & indirect buses / transport between two places / cities / stops .Show next schedule & travel duration. Algorithm to calculate indirect buses on basis of their schedule time. Voice search . Locate nearest city/stop by gps. Bus timetable.
Stars: ✭ 12 (-95.62%)
Mutual labels:  vuejs2, vue-router, vuex2
React Redux Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and Redux
Stars: ✭ 265 (-3.28%)
Mutual labels:  firebase, firebase-database, firebase-auth
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+504.74%)
Mutual labels:  firebase, firebase-database, firebase-auth
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (-41.24%)
Mutual labels:  firebase, firebase-database, firebase-auth
Vue Memo
Using Vue.js for memo web App. webpack, vuex, vue-router, Firebase.
Stars: ✭ 88 (-67.88%)
Mutual labels:  firebase, vuejs2, vue-router
Vue Trello
Trello clone with Vue.js for educational purposes
Stars: ✭ 185 (-32.48%)
Mutual labels:  firebase, firebase-database, vuejs2
Firebase Kotlin Sdk
A Kotlin-first SDK for Firebase
Stars: ✭ 214 (-21.9%)
Mutual labels:  firebase, firebase-database, firebase-auth
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+1107.66%)
Mutual labels:  firebase, firebase-database, firebase-auth
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (-59.49%)
Mutual labels:  firebase, firebase-database, firebase-auth
Gatsby Theme Firebase
🔥 A Gatsby Theme for adding Firebase to your application.
Stars: ✭ 96 (-64.96%)
Mutual labels:  firebase, firebase-database, firebase-auth
Firebasecrud
Rich UI and animation flutter app backed by firebase
Stars: ✭ 121 (-55.84%)
Mutual labels:  firebase, firebase-database, firebase-auth
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (-67.15%)
Mutual labels:  firebase, firebase-database, firebase-auth
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+712.77%)
Mutual labels:  firebase, firebase-database, firebase-auth
Angular Commerce
Angular components for scaffolding online store
Stars: ✭ 526 (+91.97%)
Mutual labels:  shopping-cart, firebase, firebase-database
Flutter firebase vote
A flutter application named Vote, based on firebase auth and firestore database.
Stars: ✭ 62 (-77.37%)
Mutual labels:  firebase, firebase-database, firebase-auth
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (-70.07%)
Mutual labels:  firebase, firebase-database, firebase-auth
React Firebase
🔥Declarative React bindings for Firebase Auth & Realtime Database.
Stars: ✭ 176 (-35.77%)
Mutual labels:  firebase, firebase-database, firebase-auth

vuejs-shopping-apps

A shopping cart with VueJS

Get Started

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

Or use yarn

yarn install
yarn serve

You can use data in data/ folder to import to products node in your firebase app.

Features

This project implements basic shopping cart features:

  • Login / Register
  • Pull products list from API
  • Add/Remove item to shopping cart

Technical details

  • VueJS [^2.2.1]
  • Bootstrap 4
  • Firebase (auth and realtime database)

Demo

Checkout demo at Demo

Alt text

Support

Buy Me A Coffee

Contributing

As I use this for my own projects, I know this might not be the perfect approach for all the projects out there. If you have any ideas, just [open an issue][issues] and tell me what you think.

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].