Build a Todo List App in Vue JS with LocalStorage in 2022 | Vue 3 for Beginners

Поделиться
HTML-код
  • Опубликовано: 30 май 2022
  • Learn how to build a Todo list application in 2022 with Vue JS and the composition API. You will learn the basics of Vue Composition API along with some more advanced features such as LocalStorage for saving data to the browser.
    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

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

  • @user-rb1fc2mm2m

    Hey Tylor, thanks for the explanation! While the video was informative, I felt a bit clickbaited by the thumbnail mentioning editing todos. It would be helpful if the video mentioned that aspect too, or the thumbnail could be adjusted to better reflect the content. Thanks!

  • @FroYouShorts-np5cm

    Please take more time in explanation , It would be great

  • @edkinge1531

    Thanks for this, as a beginner I found this was perfectly for my skill level and learnt a lot!

  • @aldotube88
    @aldotube88 Год назад +15

    Good video, I would say it feels like you go through it pretty quick, found myself pausing and coding along a lot more than others. I'd also say it feels a little bit above beginners level just on the explanation on what everything does

  • @jackwang3093

    Thanks for the tutorial mate! Awesome content!

  • @zalodias123
    @zalodias123 Год назад +14

    Thanks for already including CSS. Helps to focus on the Vue logic and functionality.

  • @tomtakumi
    @tomtakumi Год назад +2

    Cool video Tyler. Do you have any tips on using Web Components in Vue3?

  • @rasen-shuriken

    in watch function it shoud be first parameter should be () => todos.value and () => name.value

  • @jrv660
    @jrv660 Год назад +2

    Anyone know this error?

  • @ai-bloggers
    @ai-bloggers 14 дней назад +1

    Thank you very much 🎉

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

    Excellent work keep up and share more knowledge

  • @paulaneesh7

    Please come up with more Vue projects, there's very less content of Vue on RUclips

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

    Very Good Video Thanks, But I have A error in computed

  • @haamidshamim9858

    thank you very much for the code it helped me a lot

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

    Thanks. This is really helpful.

  • @zafariqbal92

    Liked the video and Smashed the Subscribe button!!!

  • @user-iq4uz1ly6q
    @user-iq4uz1ly6q Год назад

    Дякую, друже!

  • @kenweb27
    @kenweb27 Год назад +2

    Thank you. I've completed this tutorial. It's my fist vue project. Question: In removeTodo why aren't you using something like removeItem to remove it from the local storage?

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

    Kick ass tutorial! Congrats!

  • @Pages_Perfected

    I have a question, it is stored in localstorage of the browser, but where is it exactly ? I mean in my device folders, Chrome then where?