How to Build a Todo-List-App with React | Beginner Project

Поділитися
Вставка
  • Опубліковано 7 лип 2024
  • Hey guys, welcome back! In this video, I will be showing you guys how to make a Todo-List-App using React. I'll show you a demonstration of how the app works and then I'll teach you how to build it.
    If you don't know about React, React is a JavaScript library for building user interfaces. It was developed by Facebook and Instagram engineers to address challenges in building large applications with data that changes over time. React's declarative, efficient, and flexible nature make it an ideal choice for building user interfaces.
    Code: github.com/arpanneupane19/rea...
    My Website: arpanneupane.com
    My GitHub: github.com/arpanneupane19
    My Programming Gear :
    Keyboard: amzn.to/42vXkxh
    Laptop: amzn.to/3CkAP3W
    Laptop Stand: amzn.to/3X116Oi
    Desk: amzn.to/43wmIEt
    Monitor: amzn.to/42BAaFH
    Monitor Arm: amzn.to/3NR0APS
    Chair: amzn.to/42vvKAn
    Desk Mat/Mousepad: amzn.to/43AhKqj
    Microphone: amzn.to/45RuQ43
    Headphones: amzn.to/445sf4R
    Official React Documentation: react.js/org
    #React // #TodoListApp // #LearnToCode
  • Наука та технологія

КОМЕНТАРІ • 40

  • @clingyking2774
    @clingyking2774 Рік тому +11

    Finally a todo list that was not over-engineered, bloated with styles, taught as if I have a decade of experience. It was just something neat, cool, refreshing. I like the explanations. The code was exactly simple enough for me to understand.

  • @stfnylim
    @stfnylim Рік тому +4

    I actually think you have the most useful tutorials because they are super straightforward and fundamental. You know exactly what to include and not include, and it makes it a lot easier for me to research what you didn't cover in this tutorial!

  • @boothekwan9422
    @boothekwan9422 Рік тому +3

    your explanation is so clear to me! Thank you so much

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

    the best todo tutorial in youtube.

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

    Thank you so much! Very clear explanation!

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

    This was super useful Arpan. I made one slight adjustment though to make learning a bit clearer;
    I named the todo object todoObject and its property todoProperty. This way the code on line 32 reads:
    {todoObject.todoProperty}
    I was finding it super confusing when things had the same names! This doesnt take away from your guide, you still get a 10/10 my friend

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

    I actually learnt a lot from this

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

    Thank you Sir, this is simple and stride forward tutorial, easy to understand....., I was looking for this approach ages....:)

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

    Thank you for making something we all can understand 🎉

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

    Dude, thank u!❤❤❤❤❤❤❤

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

    good fundamentals... tks a lot

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

    Greate job ! keep going

  • @RishavKumar-xg7to
    @RishavKumar-xg7to 2 роки тому +2

    Too good 🙏

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

    thank you so much

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

    That was pretty helpfull thanks budy😅

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

    thanks a lot

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

    I'm so impressed by your achievement at the age of 14,
    and as a beginner of python, I actually learned a lot from you, because you presentation is so concise and neat, and I have no problem at all for following and understanding what you said
    and I do sincerely asking you to make more tutorial videos of DSA of python,
    because there are not many people have taught this topic, even if they did, they did not have a detailed process on how to analyze the problems or show us how to code in python.
    Please make more videos and I hope that one day there will be 100000 subscribed your channel, keep it up .

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

      Thank you for your support, and I will!

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

      @@ArpanNeupaneProductions and out of curiosity,
      what makes you learning programming?
      And how did you learn? Did u take any courses? Or learn them through textbooks? Did anyone teach you as well?
      Because as a beginner , I always wonder how other programmers learn as well?

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

      @@royliujang5637 Well, it first started in 5th grade when I was placed in a coding program in my school district where they taught Scratch (block code). A few months later, I found out about Python and decided to learn it by building computer games. I learned the basics and once the pandemic hit in 2020, I decided to code everyday to get better and followed various UA-cam channels in helping me learn. Then, once I had gained knowledge on web development, I decided to make videos to help others who may be struggling or are wanting to learn.

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

      @@ArpanNeupaneProductions Thank you for what you did, I truly mean it
      I learned a lot from you and I hope one day I could do the same thing just like you did ,which contribute others with your knowledge and profession,
      Thank you so much

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

      @@royliujang5637 You got this!!

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

    it was good. you made it easy to learn👍

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

    Very useful!

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

    At 9:25 you added ×. What button is this?

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

    good

  • @ludehuang6783
    @ludehuang6783 Рік тому +3

    Hi! I have no problem following ur instructions so far! but when I try to fresh the local3000, it is NOT working if I included lines 30-34, under the ul component. when i delete that line, the local3000 shows up again. i am using window... is anyone having that issue?

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

    i have some issue of my code.

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

    Do you have a new website link? Because your website no longer exist.

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

      Hey yeah I do. I’m moving the site from one server to another server and was having problems with the domain transfer (it should be up and running in a few days).
      In the meantime, you can go to this one here: arpanneupane.netlify.app

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

      @@ArpanNeupaneProductions ohh i see thanks for the info!

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

      @@cantedit9285 The site is back to normal now! You can check it out here: arpanneupane.com

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

      @@ArpanNeupaneProductions that's great to hear! the website has a very neat design!

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

      @@cantedit9285 Thank you!