Skip to content

Latest commit

 

History

History
67 lines (61 loc) · 1.42 KB

README.md

File metadata and controls

67 lines (61 loc) · 1.42 KB

Vue 3 Full Course

Teachnologies Used/vue libraries

  1. Tensorflow
  2. Netlify
  3. Vue3
  4. Vue Router v4
  5. Vuex v4
  6. Firebase Authentication
  7. Firebase Real Time Database

10 Apps Build

  1. 🔷 DcHeros/just practice component and so on
    1. v-for
    2. v-bind
    3. v-model
    4. v-on
    5. methods
    6. computed properties ( getters & setters)
    7. vue components
  2. 🔷 Calendar
    1. Javascript Date
    2. Vue Router
  3. 🔷 Markdown
    1. Using External Library
    2. Vue Mixins
  4. 🔷 Slider
    1. Vue Transition & Animation
    2. virtual DOM
    3. lifecycle hooks
  5. 🔷 Login Page
    1. Create Modal
    2. Vue Custom Events Emitting
    3. Form Handling
    4. firebase authentication
    5. loading effect
    6. Template Refs
    7. component props
    8. firebase google login
    9. Refactoring with component
    10. vue3 teleport
  6. 🔷 Calculator
    1. Composition API
    2. window event listener
    3. resuable composition api
  7. 🔷 ReuseableModal
    1. slots
    2. named slots
  8. 🔷 Chat
    1. Firebase Realtime Database
    2. vuex v4
    3. Custom Router middleware
  9. 🔷 UserCrud
    1. using axios
    2. external API
    3. reactive vue3 api
    4. pagination
    5. envirnment variable (.env file)
  10. 🔷 Tensorflow Object Detection
    1. Using Tensorflow with Vue
    2. Device Camera Open
    3. Working with Canvas

vThis project is the tutorial I seen from Youtube and I Write It again it self for practicing