Currency Converter with React JS and Tailwind CSS - Full Tutorial 2024 🔥🔥

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 19

  • @RoadsideCoder
    @RoadsideCoder  10 місяців тому +2

    Roadside to Dream Job - Frontend Interview Prep Course 🔥🔥
    roadsidecoder.com/course-details (50% Discount for limited time)

  • @pravinprince3221
    @pravinprince3221 10 місяців тому +2

    thank you for the wonderful video bro, it is so helpful for me and my team, thanks again bro

  • @saiphaneeshk.h.5482
    @saiphaneeshk.h.5482 10 місяців тому

    Awesome tutorial, i really liked swapping of the currency, since the setters will be called after the function is called and at the same time, the swapping works just fine.

  • @RavindraSingh-lp9pl
    @RavindraSingh-lp9pl 10 місяців тому +3

    Superb tutorial

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

    hell yeah brother
    nice video i needed it

  • @CharanGs-t4i
    @CharanGs-t4i 9 місяців тому

    let numbers = [1, 2, 3, 3, 4, 5, 5];
    let uniqueNumbers = numbers.filter(function(value, index, array) {
    return array.indexOf(value) === index;
    });
    console.log(uniqueNumbers); // Output: [1, 2, 3, 4, 5]
    In this example, we have an array of numbers with some duplicates. We use the filter() Method to create a new array called “uniqueNumbers” that only includes unique values. The callback function uses the indexOf() Method to check if the current value is the first occurrence in the array. If it is, the value is included in the new array; otherwise, it is excluded.
    As a result, the “uniqueNumbers” array only contains the unique values from the original array.

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

    Thank you sir for this awesome content

  • @Aviralsingh-yw7xx
    @Aviralsingh-yw7xx 10 місяців тому

    Amazing content

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

    nice

  • @sujalluitel9432
    @sujalluitel9432 Місяць тому

    13:17

  • @CinematicClips-uz3mk
    @CinematicClips-uz3mk 9 місяців тому +2

    After putting the api url i got blank page

  • @saiphaneeshk.h.5482
    @saiphaneeshk.h.5482 10 місяців тому +3

    const currencies = new Set(["INR","AUD","CNY"])
    const fav = new Set(["INR"])
    const nonFav = [...currencies.difference(fav)]

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

    How can we use rounter in this

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

    I'm not getting the tailwind suggestion even after installing the tailwind intelisense extension. Only way it pulls up for me is when I press Ctlr + Space. Let me know the solution, I think I'm doing something wrong

    • @the_radiantsky
      @the_radiantsky 9 місяців тому +1

      Add this code in your settings.json in vscode
      "tailwindCSS.includeLanguages": {
      "html": "html",
      "javascript": "javascript",
      "css": "css"
      },
      "editor.quickSuggestions": {
      "strings": true
      }

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

    🙏🙂👍

  • @andrewwall2730
    @andrewwall2730 6 місяців тому +1

    Sorry, Tailwind sucks. Do the same video without it please. Really, there must be a dozen css libs out there. I find few of them useful. MUI is my favorite right now.

    • @RoadsideCoder
      @RoadsideCoder  6 місяців тому +3

      doesnt matter if it sucks or not, you will still have to write it in your job to make money

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

    First 😂😂