Build a QUIZ app using Vue JS | Easy Tutorial

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • Learn how to build a quiz app using Vue JS!!!
    Source code: github.com/TylerPottsDev/yt-v...
    // JOIN THE DISCORD SERVER!
    / discord
    // BECOME A MEMBER TO UNLOCK MORE CONTENT!
    ruclips.net/user/tylerpottsjoin
    // MY GEAR FOR CODING AND RUclips
    Blue Yeti Microphone: amzn.to/3jr3l7T
    Microphone Stand: amzn.to/35B9LMN
    Chair: amzn.to/3dWds3F
    Thunderbolt Dock: amzn.to/3osBF6u
    Monitor: amzn.to/37I8KoR
    Screenbar Light: amzn.to/3iFRS7w
    All of these products I own and have tested!
    // FOLLOW ME ON TWITTER
    / tyler_potts_
    // INTERESTED IN GAME DEV?
    Game development channel: / muddywolf
    // CHECK OUT MY GAME
    play.google.com/store/apps/de...
    // DO THESE SIMPLE STEPS
    LIKE, SUBSCRIBE & SHARE
  • ХоббиХобби

Комментарии • 43

  • @adrieldev893
    @adrieldev893 Год назад

    awesome videos on vue tyler, thank you so much. I spend the last 3 months in react and wanted to learn a new framework, your videos helped me a lot to learn vue.

  • @wandtellermann
    @wandtellermann 5 месяцев назад +4

    If you use "currentQuestion.index == questions.length - 1", "finish" will appear when the last question is reached.
    However, when you use "currentQuestion.index == questions.length - 1 && currentQuestion.selected !== null", "finish" appears after choosing an option. This makes more sense.

  • @claraxu4355
    @claraxu4355 2 года назад

    Im a vuejs beginner, learning by your videos, love it! Thanks a lot!

  • @okeyemitunde5643
    @okeyemitunde5643 Год назад +1

    This is Awesome. Great 👍
    Thank you❣️

  • @Zjelco
    @Zjelco 2 года назад +5

    Absolutely amazing tutorial. I like the speed and the explanations throughout, also goodjob on the styling! That made it complete

    • @TylerPotts
      @TylerPotts  2 года назад

      Awesome, thank you for watching! :D

  • @siddharthpadwal9649
    @siddharthpadwal9649 2 года назад +1

    Loved it!!!
    Thank you so much, this is amazing!
    Keep creating Vue content 😎

  • @devspot3864
    @devspot3864 2 года назад +1

    Great stuff! Cool project.

  • @robimuhammad95
    @robimuhammad95 Год назад

    Thank you! 🙌

  • @flavio5094
    @flavio5094 2 года назад +2

    you taught me how to like vue, thank you!

  • @codedjango
    @codedjango 2 года назад +1

    Awesome....thanks a lot for your efforts :)

    • @TylerPotts
      @TylerPotts  2 года назад +1

      Thank you for watching! :D

  • @ceejayviii
    @ceejayviii 21 день назад +1

    This is so enjoyable :) becauuse its funny

  • @x-nfo
    @x-nfo Год назад

    Wow cool, more Vue tutorial please..

  • @leovangeest
    @leovangeest 2 месяца назад

    It is now well into 2024, but with the newest vite stack all works well. Thank you for the great, patient and clear explanation.

  • @sprachgefuhl9757
    @sprachgefuhl9757 2 года назад +1

    More easy tutorial on vue js , please.

  • @JimmieZaccai
    @JimmieZaccai 2 года назад

    Will learning Vue Js help in getting employed vs learning angular/ react?

  • @berkedalar6421
    @berkedalar6421 2 года назад +4

    Keep vue content please thank you!

  • @dice9519
    @dice9519 2 года назад +1

    Lovely.... I love it

  • @hirengabu6275
    @hirengabu6275 10 месяцев назад

    Thank you so much, this is amazing!
    Please share extension name auto suggestion text in question

  • @user-ho9fv2zz4y
    @user-ho9fv2zz4y 3 месяца назад

    which extensions have you used for your vue app?

  • @moodzc945
    @moodzc945 Год назад

    is it the same if the questions and answers came from an API?

  • @UmPhoudy
    @UmPhoudy 3 месяца назад

    Thank for help me sir

  • @TheBillel91
    @TheBillel91 2 года назад

    Man I am struggling with your video called "Build a Login system in NodeJs using Passport.Js" I cant find the password cause "Pass" is not working

  • @mr.k8660
    @mr.k8660 8 дней назад

    Ternary operators can be usefull but if statement are way simpler

  • @berrybabe2438
    @berrybabe2438 8 месяцев назад

    Are you able to help me? So with npm install, when I click vue instead of vue-ts or vue, there is "typescript, javascript, custom create-vue". I click JS. and The thing is my index.html doesn't have the beginning layout like yours does ?! What am I doing wrong?

    • @holarstv2439
      @holarstv2439 8 месяцев назад

      Apart from javascript and typescript, there is another option that has custom........Vue. choose that option.

  • @ayoubtouajar
    @ayoubtouajar Год назад

    Bro, Why we use computed ? not a simple function

  • @anggunapss423
    @anggunapss423 Год назад

    error at 20 minutes, how to fix it?

  • @tarunkmr145
    @tarunkmr145 Год назад

    Why you use value in questions.value. What does that even mean?

  • @somalishortvideos4784
    @somalishortvideos4784 Год назад

    Where is the source code sir ?

  • @augischadiegils.5109
    @augischadiegils.5109 2 года назад +1

    ♥️♥️♥️♥️

    • @TylerPotts
      @TylerPotts  2 года назад

      ❤️‍🔥❤️‍🔥❤️‍🔥

  • @caiozowyecamachocabral5413
    @caiozowyecamachocabral5413 Год назад +1

    He didn't explaim whats REFS are,,,!

  • @jacintogarcialela3268
    @jacintogarcialela3268 2 года назад

    How to resolve this error?
    PS C:\Curso\VUEJS\PROJETOS\QUIZ> npm create vite@latest
    npm ERR! code ENOLOCAL
    npm ERR! Could not install from "Lela\AppData\Roaming
    pm-cache\_npx\26036" as it does not contain a package.json file.
    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\Mandeke Jacinto Lela\AppData\Roaming
    pm-cache\_logs\2022-03-10T13_53_52_795Z-debug.log
    Instalação de [ 'create-vite@latest' ] falhou com código 1
    PS C:\Curso\VUEJS\PROJETOS\QUIZ>

    • @TylerPotts
      @TylerPotts  2 года назад

      Hey it looks like a problem with your NPM install, maybe try updating your node/npm version. I use the latest versions from nodejs.org