/Learning-Experiences-App

[VueJS Deployment] Here I deployed to GitHub Pages one of the apps presented in the "Vue-Course--Practice-" repository.

Primary LanguageHTML

Learning-Experiences-App

- This app source code is presented in the following repository: Vue-Course--Practice-. In this repository I deployed it on GitHub pages.

- Learning Experiences App helped me to understand better HTTP requests and learn how to work with Firebase Realtime database. Features that I used (in addition to those used in the app described above):

  • v-model, v-else-if, v-else
  • Vue Lifecycle Hooks (mounted)
  • fetch() method (send, get, extract and show data)
  • Showing a loading spinner and handle errors in case if something goes wrong (with v-if, v-else-if and v-else)
  • firebase.google.com realtime database