Build Calculator with React.js in Hindi | Beginner Projects

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 19

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

    Awesome tutorial, very well explained

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

    if a number contains a "." it should not accept another dot before another expression right?

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

    Why are we using key codes can't we compare directly with a key?

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

    sir why sun moon images are not showing when i wrote whole code same as you

  • @AshwaniSharma-vg5xm
    @AshwaniSharma-vg5xm 3 роки тому

    Awesome!!! this helped me a lot. Definitely you have used Standard Practices.

    • @handydev1
      @handydev1  3 роки тому +1

      Thanks for the appreciation

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

    hey
    can you tell me with which app you are creating this colorful outline ??

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

    Thanks bro, amazing tutorial. Is there a different way to not use the keyCode event? Cause It's deprecated

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

      Try using event.key it will return a string like "enter" or "g" or any other key that you will press.
      You can also create a custom solution like mapping the keyCodes with keys using an object.
      Eg :
      const keyMapping={
      13:"Enter"
      }
      Now this way to check enter key you can use
      if(event.key == keyMapping[13]) // do something

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

      @@handydev1 Thank you so much for your answer

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

    aray aadhi sa zaada video to html css ma hi lagadi aap na to functions kab banao ge?

  • @H.s.c-1
    @H.s.c-1 Рік тому

    Thanks

  • @ParulVerma-x9f
    @ParulVerma-x9f Рік тому

    number/0 is showing infinity why ???

  • @Coding_Asmr_PraDev
    @Coding_Asmr_PraDev 3 роки тому

    Sir following any tutorial seems so easy but when trying to do something new on my own seem like a nightmare plz guide me

    • @handydev1
      @handydev1  3 роки тому

      It will there is no doubt in that.
      You just need go slow and need to understand every line you write. Think like if someone ask anything about your code you should be in a position to explain it. Write the code keeping in mind that someone can ask you what this line is doing.

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

    what is the name of your visual studio theme?

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

    are bhai error jo ata hai use bhi dikha na bhai wo kyu skip karr deta hai dost
    yaar ye views ke liye public ko fool mat banao yaar please