Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kammradt/udemy-vuejs-firebase
Learning Vue.js and Firebase :green_apple:
https://github.com/kammradt/udemy-vuejs-firebase
firebase firebase-firestore javascript vue vue-router vuejs2 vuetify vuetify-js
Last synced: 6 days ago
JSON representation
Learning Vue.js and Firebase :green_apple:
- Host: GitHub
- URL: https://github.com/kammradt/udemy-vuejs-firebase
- Owner: kammradt
- Created: 2019-05-08T21:29:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T00:36:26.000Z (about 3 years ago)
- Last Synced: 2023-03-12T04:05:54.865Z (over 1 year ago)
- Topics: firebase, firebase-firestore, javascript, vue, vue-router, vuejs2, vuetify, vuetify-js
- Language: Vue
- Size: 7.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome :green_apple:
I'm following [this course](https://www.udemy.com/build-web-apps-with-vuejs-firebase/).
It's from [The Net Ninja](https://www.thenetninja.co.uk/), an awesome youtuber and teacher.
## Interesting things made during the course:
- [/](https://github.com/kammradt/udemy-vuejs-firebase/tree/master)
- [Review: ES6](https://github.com/kammradt/udemy-vuejs-firebase/tree/master/basic-review-es6)
- [Review: Vue](https://github.com/kammradt/udemy-vuejs-firebase/tree/master/basic-review-vue)
- [Vue Router](https://github.com/kammradt/udemy-vuejs-firebase/tree/master/learning-routing)
- :star: [Smoothies App](https://github.com/kammradt/udemy-vuejs-firebase/tree/master/smoothies-dashboard) :star:
- :star2: [Chat App](https://github.com/kammradt/udemy-vuejs-firebase/tree/master/realtime-chat) :star2:
- :stars: [Geolocation App](https://github.com/kammradt/udemy-vuejs-firebase/tree/master/geo-friends) :stars:### [:white_check_mark:] Smoothies
The first project intend to introduce the Firebase platform and how to perform CRUD operations.
Further more, we can also host our app: [Smoothies App](https://smoothies-dashboard.firebaseapp.com/#/)### [:white_check_mark:] Chat
The second project intend to explore the real-time data that firebase with firestore can provide. It is a simple chat app that refresh on each new message recivied.
You can play here: [Chat App](https://realtime-chat-vue.firebaseapp.com/)### [:white_check_mark:] Geo Friends
The last project intened to explore the authentication provided by Firebase and also use Geolocation services provided by our browser. In this app users can see others users in a map and add some messages to them.
To acces the app click [here](https://geo-friends-vue.firebaseapp.com/)