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

Поділитися
Вставка
  • Опубліковано 23 сер 2024
  • 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/Tyl...
    // JOIN THE DISCORD SERVER!
    / discord
    // BECOME A MEMBER TO UNLOCK MORE CONTENT!
    www.youtube.co...
    // MY GEAR FOR CODING AND UA-cam
    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.co...
    // DO THESE SIMPLE STEPS
    LIKE, SUBSCRIBE & SHARE

КОМЕНТАРІ • 108

  • @zalodias123
    @zalodias123 2 роки тому +14

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

    • @TylerPotts
      @TylerPotts  2 роки тому +3

      You are welcome!

    • @nangseakheng2976
      @nangseakheng2976 Рік тому

      @@TylerPotts glad to see your tutorial video very useful...🥰

  • @edkinge1531
    @edkinge1531 Рік тому +6

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

  • @aldotube88
    @aldotube88 Рік тому +14

    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

    • @TylerPotts
      @TylerPotts  Рік тому +5

      Thanks I'll take your feedback into consideration for my future videos! :D

    • @kapo5636
      @kapo5636 Рік тому +2

      @@TylerPotts yeah your explanations completely suck. you might as well take the time to go over what each part is properly doing, instead of saying "we do this, do that", especially if your video is catered towards beginners.

    • @sofiad.698
      @sofiad.698 10 місяців тому

      i slowed the video to 0.75 and it was still too fast xD

  • @jackwang3093
    @jackwang3093 Рік тому +1

    Thanks for the tutorial mate! Awesome content!

  • @waleedcodes1422
    @waleedcodes1422 2 роки тому +3

    An other perfect Vue App Thanks!

  • @user-iq4uz1ly6q
    @user-iq4uz1ly6q Рік тому

    Дякую, друже!
    Загалом все зрозуміло. Спробую розділити все це на компоненти, щоб нічого не зламати :)

  • @haamidshamim9858
    @haamidshamim9858 10 місяців тому +1

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

  • @adelinewebdev6503
    @adelinewebdev6503 Рік тому +1

    Thank you for this video; I loved your coding approach, which is straightforward and efficient - exactly what we desire! Well done. However, a small notice: for beginners, please speak more slowly. I'm looking forward to seeing the other content you can share.

  • @ai-bloggers
    @ai-bloggers 3 місяці тому +1

    Thank you very much 🎉

  • @yugeyuge8008
    @yugeyuge8008 6 місяців тому

    Thanks for the concise and educational video.

  • @user-rb1fc2mm2m
    @user-rb1fc2mm2m 5 місяців тому

    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!

  • @nadetdevfullstack7041
    @nadetdevfullstack7041 2 роки тому +1

    Excellent Tyler !

  • @nato.musica
    @nato.musica 2 місяці тому

    Awesome videos, thank you very much!

  • @jonyparker2279
    @jonyparker2279 Рік тому +1

    Thanks. This is really helpful.

  • @TheanIDE
    @TheanIDE 28 днів тому

    Thank you teacher ❤, Would you share me your suggestion or extension?

  • @robimuhammad95
    @robimuhammad95 Рік тому +1

    thank you! easy to follow

  • @paulaneesh7
    @paulaneesh7 11 місяців тому

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

  • @casaderemador
    @casaderemador Рік тому

    Kick ass tutorial! Congrats!

  • @elian-dev
    @elian-dev 10 місяців тому

    Awesome video, thanks!

  • @AbdullahKhan-js2oz
    @AbdullahKhan-js2oz 2 роки тому +4

    ❤ well it helped a lot

  • @d-landjs
    @d-landjs Рік тому +1

    Excelent tutorial bro!!! Thnks for everything!!! Hope new tutorial with Firebase!

  • @jaloliddinumariy2025
    @jaloliddinumariy2025 Рік тому +1

    Very Good Video Thanks, But I have A error in computed
    Unexpected side effect in computed function

  • @thiagosaife1429
    @thiagosaife1429 Рік тому +1

    Pretty cool. I would just add another verification inside addTodo function = if (inputContent.value === "" || inputContent.value.trim() === "" || inputCategory.value === null) return

  • @hasansolak23
    @hasansolak23 Рік тому

    Great tutorial! Thanks a lot.

  • @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?

  • @shimakara
    @shimakara Рік тому

    Thank you ,I learned a lot😀😀

  • @newtonkimathi5141
    @newtonkimathi5141 2 роки тому

    Excellent work keep up and share more knowledge

  • @2310karyn
    @2310karyn Рік тому

    very nice one, thanks for sharing !

  • @rohitkf8474
    @rohitkf8474 2 роки тому

    Soooo soothing to listen to your voice bruh 😂

  • @jrv660
    @jrv660 Рік тому +2

    Anyone know this error?
    Unexpected side effect in computed function vue/no-side-effects-in-computed-properties

  • @tomtakumi
    @tomtakumi 2 роки тому +2

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

  • @dicodidiraja
    @dicodidiraja 9 місяців тому

    wordke flawlessly, thanks

  • @rasen-shuriken
    @rasen-shuriken 7 місяців тому

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

  • @FitHealthyandInShape
    @FitHealthyandInShape 8 місяців тому

    It looked like you were writing in JavaScript and it automatically was converting it to proper HTML. What were you using to accomplish that? How can I set my environment to work like yours?

  • @Yakuzanis
    @Yakuzanis 8 місяців тому

    Thank you so much !

  • @NeverDieAgl
    @NeverDieAgl 2 роки тому +1

    Ok, i'm now getting a problem that todos are saved to local storage, but it get's cleared after F5 -.- name stays, todos not :/

  • @gleb.stachev
    @gleb.stachev Рік тому +1

    Thanks for the cool video, but I don't really understand why the business and personnel categories are needed? what is their functionality?

    • @TylerPotts
      @TylerPotts  Рік тому

      It's just an example of adding categories to a to-do list you can disregard them and still get the functionality to work fine 😁

    • @gleb.stachev
      @gleb.stachev Рік тому

      @@TylerPotts ok, thank you 😊

  • @danielkovacs3664
    @danielkovacs3664 7 місяців тому

    thanks the video
    do u plan to develop google calendar implementation for this todo app?:)

  • @nikhilgupta9876
    @nikhilgupta9876 Рік тому +1

    Hello sir, your video is really helpful.
    what if we want to click and drag any todo items to arrange the todos in our way/order?

  • @ludame
    @ludame Рік тому +2

    Thanks for the tutorial. For someone who knows how to use React and looking to learn Vue, this was helpful. Just wondering what theme are using on your VScode?

  • @faridehgorji2586
    @faridehgorji2586 10 місяців тому

    Hi, I am trying to learn Vue.js. I wish you had added all the details on the way you tested your codes in the console to teach us how to test our code. By the way your to do lest is not an ascending list which means to list the "todos " from the task which is done first to the task which is done next. So your todo list must be in the order make a video then Eat lunch and then test is you want to list them in ascending order based on the a TIME

  • @FroYouShorts-np5cm
    @FroYouShorts-np5cm 11 місяців тому

    Please take more time in explanation , It would be great

  • @mcfahr3655
    @mcfahr3655 Рік тому

    Works good, tnx

  • @Pages_Perfected
    @Pages_Perfected 11 місяців тому

    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?
    I saw it in inspect key value but couldn't find it in my device.

  • @faridehgorji2586
    @faridehgorji2586 10 місяців тому

    Sorry for the typing errors.😮

  • @matthewtang5638
    @matthewtang5638 2 роки тому +2

    Hi Tyler, would like to know if there's any follow up video on linking the vanilla javascript with local storage?

    • @TylerPotts
      @TylerPotts  2 роки тому +1

      Hey Matthew, I've done an updated version of todo app with local storage here: ua-cam.com/video/6eFwtaZf6zc/v-deo.html

  • @ManuMarea
    @ManuMarea 2 роки тому +2

    Great,it accepts links as well? You know this could be' useful to organizer and store remote resources

  • @shiratorr
    @shiratorr 10 місяців тому

    What theme are you using?

  • @MTFights
    @MTFights Рік тому

    great video

  • @user-ig8xk9jk3b
    @user-ig8xk9jk3b Рік тому

    hello sir whats the recommended syntax highlighting for vue

  • @abletoneverything3913
    @abletoneverything3913 Рік тому

    How do you have your VScode suggesting whole lines of code like that? @18:29

  • @shanksjoyboy2550
    @shanksjoyboy2550 2 роки тому +2

    Unexpected side effect in computed function on computed

  • @yooru7942
    @yooru7942 2 роки тому

    Thanks ! for a total newbie i got a clear idea of everything that you explained , just one question what's the extension or tool that was auto completing your code ?

    • @nwachukwuexcel
      @nwachukwuexcel 2 роки тому

      I'm thinking Github Copilot but, it could just be another Eslint extension for Vue

    • @Drenwickification
      @Drenwickification Рік тому

      @@nwachukwuexcel Thanks for yout comment... hadn't heard of github autopilot but just got it now and it seems amazing. Just on a 2 month free trial but may well pay for it as it seems so useful

  • @nicholasbazzoni7084
    @nicholasbazzoni7084 2 роки тому

    Does this have within it an example of a parent component being passed to a child? just wondering

  • @hafiizhaalbanna7477
    @hafiizhaalbanna7477 2 роки тому

    watch(name, (newVal) => {
    localStorage.setItem('name', newVal)
    })
    name deprecated. also when i see application is not store the name.

  • @mr.gegenpress7750
    @mr.gegenpress7750 Рік тому

    'todos_asc' is declared but its value is never read.Vetur(6133)
    anyone else having the same issue? I'm trying to figure this out. Also, installed eslint and volar (replacement of vetur) but no success yet

  • @nwachukwuexcel
    @nwachukwuexcel 2 роки тому +2

    Thanks so much for the video Tyler.
    I just started learning Vue and what a fun project to work on!!! :)
    However, I think the todo input is restricted to a certain string length, I wouldn't know if I added this somewhere

  • @9diin
    @9diin 2 роки тому

    It's good🎉

  • @mikareich3388
    @mikareich3388 Рік тому +1

    what color theme are you using?

    • @junderfitting8717
      @junderfitting8717 Рік тому +1

      I'm looking for it too, did you find it?

    • @mikareich3388
      @mikareich3388 Рік тому

      @@junderfitting8717 no unfortunately not :(

    • @junderfitting8717
      @junderfitting8717 Рік тому

      @@mikareich3388 I wathed Tyler's video's about color theme. He use SynthWave '84 and Aura Theme

  • @araputrevor5103
    @araputrevor5103 Рік тому +1

    Do you need to always upload a new version of a Vue website or can you update individual pages

    • @TylerPotts
      @TylerPotts  Рік тому

      Interesting topic, so personally I use something called FTP Sync that will only update the modified files, so when you build your vue project you can hit sync and it'll only push the files that have changed.

    • @araputrevor5103
      @araputrevor5103 Рік тому

      @@TylerPotts thanks, could you please make a video about it

  • @zafariqbal92
    @zafariqbal92 Рік тому

    Liked the video and Smashed the Subscribe button!!!

  • @seungyoonjang4205
    @seungyoonjang4205 Рік тому

    Thank you so much. I like your code colors! What is name of the theme?

    • @eugenevorobyev
      @eugenevorobyev Рік тому +1

      I think it's "SynthWave '84" from extended list of themes

    • @angelo1716
      @angelo1716 Рік тому

      @@eugenevorobyev i use the same one and it took me a while to realize we both use it lol

    • @andresmontenegro1384
      @andresmontenegro1384 Рік тому

      It's "Synthwave Refined" !

  • @piyushpatil6874
    @piyushpatil6874 2 роки тому +1

    Wonderfullllllll :)

  • @athallahyoga6986
    @athallahyoga6986 Рік тому

    can you put it on firebase?

  • @ahmadevangelista9578
    @ahmadevangelista9578 Рік тому

    hi may I ask what extension do you use for intelisense.

    • @anish9053
      @anish9053 Рік тому

      github copilot (freemium)

  • @ahmetcanyontem5590
    @ahmetcanyontem5590 Рік тому

    Is the local storage permanent?
    I mean if u close the app and reopen it, do the data load or are they gone?

    • @szabolcsjobbagy30
      @szabolcsjobbagy30 Рік тому

      It is stored in your browser, it will remain there until you delete it manually or by an app.

  • @remixowlz
    @remixowlz 2 роки тому

    or you can just use .shift instead of .push

  • @vuchke
    @vuchke 2 роки тому

    is anyone else having his todos sorted from oldest first to newest or just me ?

    • @nicholasbazzoni7084
      @nicholasbazzoni7084 2 роки тому

      const todos_asc = computed(() => todos.value.sort((a,b) =>{
      return b.createdAt - a.createdAt
      }))

  • @kolja235
    @kolja235 2 роки тому +1

    Dude, you're WAY too fast, I had to stop the video like 100 times. But thanks for it, though. It taught me something.

  • @nabukodosonorogi9025
    @nabukodosonorogi9025 Рік тому

    M8 it's a gr8 video, super cool, but just to notice you are toooo fast , try little slower next time XDDDD

  • @ragnarlothbrok367
    @ragnarlothbrok367 Рік тому +2

    You jump up and down too much, my shit is not working and idk why

  • @santiagotv6095
    @santiagotv6095 Рік тому

    bookmarked

  • @taymookrumpli3991
    @taymookrumpli3991 Рік тому +1

    is it for begginers? really? xd this is for intermediate users omg....

  • @sohei1_
    @sohei1_ 10 місяців тому

    Where is your styles?

    • @04444722
      @04444722 2 місяці тому

      in the css file.

  • @zafariqbal92
    @zafariqbal92 Рік тому

    todos_asc = Todos Asynchronous 😂

  • @atlantic_love
    @atlantic_love 2 місяці тому +1

    You really need to work on editing your videos. It's maddening to watch you CONSTANTLY re-word or re-explain everything. It's tiring and confusing.