anoobbava / meetup-vue

An implementation of the meetup application By Maximilian on Youtube with Vuetify + VueJs + Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meetup-vue

A Meetup build with Vue.JS + Vuetify + firebase + authentication

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Added funcionalities in this Project

  1. Signup with firebase
  2. login with firebase
  3. logout with firebase.
  4. prevent unauthorized access.
  5. save the data to the store.
  6. save the store to the firebase.
  7. added functionlity to keep the signin once the page is refreshed also.

pending work to be done

  1. implement the edit functionality . Partially completed need to work on
  2. register for meetup functionality.
  3. deployment

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

An implementation of the meetup application By Maximilian on Youtube with Vuetify + VueJs + Firebase


Languages

Language:JavaScript 58.9%Language:Vue 40.2%Language:HTML 0.8%