Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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/)