LWC Bootcamp Day 22 | Mini Project in LWC | Part 1 - To-Do Manager

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 47

  • @BaluMahendra319
    @BaluMahendra319 11 หลายเดือนก่อน +2

    Wonderful Session... Thank you so much ankit.. very useful!

  • @shubhamkhaire9034
    @shubhamkhaire9034 ปีที่แล้ว

    Thank You Sir,
    This Mini Project Really Helpful for me and all those who want to learn LWC 😀

  • @mayurgore8809
    @mayurgore8809 ปีที่แล้ว +1

    This is really helpful. Thank you for sharing this knowledge

  • @Dante-yd9ou
    @Dante-yd9ou 9 หลายเดือนก่อน

    drag and drop functionality I have seen for the first time although its little complex to understand, thanks for the video

  • @dbatusthreats8974
    @dbatusthreats8974 6 หลายเดือนก่อน

    Thanks Ankit sir.. you are the best..!

  • @ommahajan1210
    @ommahajan1210 5 หลายเดือนก่อน +1

    Thank you so much sir for this . this is very helpful . you are great

  • @soumya1713
    @soumya1713 ปีที่แล้ว

    God level concepts. Please do more videos related to lwc and JavaScript and projects thanks you so much ❤️

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  ปีที่แล้ว +1

      Sure you can check out other playlist on channel as well

  • @Dice_297
    @Dice_297 9 หลายเดือนก่อน

    Geat job! Very comprehensive and instructive !! thanks sir

  • @maheshdeshpande6295
    @maheshdeshpande6295 ปีที่แล้ว +1

    Very helpful contact 👍

  • @AyseYigit-zi1xx
    @AyseYigit-zi1xx ปีที่แล้ว

    Thank you sir, it was a great session!!

  • @hishmatrai91
    @hishmatrai91 11 หลายเดือนก่อน

    Thanks Ankit🎉

  • @kumarvenkat739
    @kumarvenkat739 7 หลายเดือนก่อน

    Thank you so much Sir

  • @ShubhamPatidar-z9y
    @ShubhamPatidar-z9y 11 หลายเดือนก่อน

    very helpful

  • @mukeshrar265
    @mukeshrar265 หลายเดือนก่อน +1

    🙏🙏💥

  • @arpandeb8810
    @arpandeb8810 10 หลายเดือนก่อน +1

    Hi Ankit, I am facing an error where I a, getting the incompletetask array to be null even though I tried and checked and have written the same code as you are showing in the screen. Ca u help me on how to show you the error and trouble shoot it ?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  10 หลายเดือนก่อน

      Is the incomplete task array initialized with blank in start ?
      Try to debug the code and check at what operation it is failing

  • @amit_karlekar
    @amit_karlekar 5 หลายเดือนก่อน

    आजच project सगळं डोक्यावरून गेलं 😂 It's gonna take lot of practice to me to understand the logic.

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  5 หลายเดือนก่อน +1

      प्रयत्नांती परमेश्वर. Watch one more time or untill you get 100 percent

  • @saranselvasekaran
    @saranselvasekaran 11 หลายเดือนก่อน

    Hi @Ankit thanks for all these wonderful sessions, really appreciate the time and effort you put into this, one quick question what is the formatter you are using in this to format the html and js files, if its prettier is the default configuration which we get from the sfdx or do we need to add anything else apart from the settings where we add the prettier as our default formatter and format on save? Thanks

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  11 หลายเดือนก่อน +1

      I am using Preetier only.Amd modified vs code settings to Format on Save. Also enable Autosave as well

  • @amarendrasingh8080
    @amarendrasingh8080 4 หลายเดือนก่อน

    when we will refresh the page then all the data will be resets or the data in arrays will remain as it is?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  4 หลายเดือนก่อน +1

      No it will be cleared out. To store the data, checkout the part 2

  • @AmarGiram-j8g
    @AmarGiram-j8g 11 หลายเดือนก่อน

    Hello Ankit, Thanks for sharing your knowledge, I have a scenario where I have to show order statuses dynamically on the lwc component with the help of progress bar for example if I received order create status then I have to make the progress step green likewise for other statues also. can you share any link or video if you have or could you please make a plan to cover this scenario that will be grate.

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  11 หลายเดือนก่อน

      I don't have any such video on my channel.But you can take a reference from Platform Events with LWC video on my channel. There I am using a progress bar

    • @AmarGiram-j8g
      @AmarGiram-j8g 11 หลายเดือนก่อน

      Okay, thanks for the reply.@@TechJourneyWithAnkit

  • @athulmathew5845
    @athulmathew5845 ปีที่แล้ว

    amazing stuff sir...i have a doubt, here keyfield is Taskname,but we can have same tasks with different dates, so taskname shouldnt be unique right?...then in this case what can be the keyfield?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  ปีที่แล้ว

      In the part 2 of this video, we have improvised this. Check that part out

  • @awesomekj5812
    @awesomekj5812 ปีที่แล้ว

    Curious ...when you do these projects ...do you follow best practices or like show us on how it should be done in real life scenarios as well ?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  ปีที่แล้ว +2

      I do both. However in this project, I have made changes with the knowledge that we have covered till that day of Bootcamp session, I have improvised it in Part 2

    • @awesomekj5812
      @awesomekj5812 ปีที่แล้ว

      @@TechJourneyWithAnkit I have another query ...do you know the reason why my console.log is showing me 0 for incomplete task array after clicking add task handler even though I added values in it. Both my taskname and taskdate is display in console log but not added to array . Funny thing is those same task are displayed in TO DO LIST lightning card meaning they are added to array but for some reason not showing in console log

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  ปีที่แล้ว

      @@awesomekj5812is value added correctly in array ? , you have initialized the array while declaring? Are you using the track decorator with array ?

  • @PuneetGarg-nd7jl
    @PuneetGarg-nd7jl 9 หลายเดือนก่อน

    Hello Ankit, For sorting I tried to directly use below code But it was not working. Can you point out any issue in this ??
    let sortedArr = inputArr.sort((a, b) => a.taskdate - b.taskdate );

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  9 หลายเดือนก่อน

      Check in debug if you are getting a sorted result.