React JS Interview Questions ( Tic Tac Toe ) - Frontend Machine Coding Interview Experience

Sdílet
Vložit
  • čas přidán 16. 06. 2024
  • ➡️ My Frontend Interview Preparation Course - roadsidecoder.com/course-details (50% Discount)
    🟪 My Instagram - / roadsidecoder
    ➡️ Book an Interview Preparation call with me - topmate.io/roadsidecoder
    React Interview Question on building a Tic Tac Toe game will be discussed in this video along with tips and tricks to tackle your React JS and JavaScript Questions in Frontend Machine Coding Interviews.
    🔗 React JS Interview Series -
    • Frontend Machine Codin...
    ➡️ Source Code -
    github.com/piyush-eon/fronten...
    👤 Join the RoadsideCoder Community Discord -
    / discord
    🔗 MERN Stack Chat App Tutorial -
    • MERN Stack Chat App wi...
    🔗 Complete Data Structures and Algorithms with JS Course - • Data Structures and Al...
    🔗 JS Interview Series -
    • Javascript Interview Q...
    🔗 Cars24 Interview Experience -
    • Frontend Interview Exp...
    🔗 Unacademy Interview Experience -
    • Frontend Interview Exp...
    🔗 Tazorpay Interview Experience -
    • Frontend Interview Exp...
    🔗 React Beginner's Project Tutorials -
    • React JS Project Tutor...
    #JavascriptInterview #ReactInterview #ReactJS
    -------------------------------------------------------------------------
    00:00 Intro
    00:57 Setup New React App
    02:09 Building the UI
    05:45 useTicTacToe Custom Hook
    11:11 Player Click Logic
    12:48 Winner Logic
    15:11 Display Game Status
    16:18 Reset Game Logic
    16:50 Custom Board Size
    -------------------------------------------------------------------------
    ⭐ Support the channel -
    / @roadsidecoder
    Special Thanks to our members -

Komentáře • 32

  • @RoadsideCoder
    @RoadsideCoder  Před měsícem +1

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

  • @saiphaneeshk.h.5482
    @saiphaneeshk.h.5482 Před měsícem +2

    Wow, always love how your videos are short and simple yet effective.

  • @sakshinarkhede3854
    @sakshinarkhede3854 Před měsícem +2

    Woww!! This is just amazing😍🤩
    Very glad I found your channel just before my interview tomorrow 😊 thank you so much for this 😃

  • @tanvirhasan5901
    @tanvirhasan5901 Před měsícem

    bro please make a video where user get text suggestion after cursor and top of input, text suggestion comes from json file. which is similar to bing copilot.

  • @SagarTakoresdt
    @SagarTakoresdt Před 24 dny +1

    calculateWinner is useless until there will be 5 entries for 3x3 and for any size i.e size*2 -1,
    for any board size Array(size*size).fill(null),
    and for this size to create dynamic winPattern we need 3 loop verticle, horizontal and diagonal.

    • @RoadsideCoder
      @RoadsideCoder  Před 23 dny

      good catch!

    • @akhilthapar3759
      @akhilthapar3759 Před 4 dny

      @@RoadsideCoder Bro i couldn't find any tutorial on advanced version that is n* n. Please let me know if you have ever made a video or give me some hints to do that please.

  • @rishiraj2548
    @rishiraj2548 Před měsícem

    👍

  • @VandhanaNirmalKumar-lg7kj
    @VandhanaNirmalKumar-lg7kj Před měsícem

    Awesome content, Thank you so much . Could you please tell me the validity of the course purchase?

  • @himanshu4033
    @himanshu4033 Před měsícem

    how many hours of content in this course? basically I want to know how much time will it take to complete the course?

    • @RoadsideCoder
      @RoadsideCoder  Před měsícem

      20+ hours of end to end interview preparation + your practice

  • @SumeetSuman-px2gk
    @SumeetSuman-px2gk Před měsícem

    wo

  • @subhadeepghosh2813
    @subhadeepghosh2813 Před měsícem

    vai nested comments pe video banao

  • @sunnykalita675
    @sunnykalita675 Před měsícem +2

    Course bechne ke liye bas khudko samajh aaye wala video banane ka tarika thoda casual hai...

    • @RoadsideCoder
      @RoadsideCoder  Před měsícem +6

      bina JS samjhe, react ke videos dekhne ka tarika thoda casual hai...

    • @amish198
      @amish198 Před měsícem

      ​@@RoadsideCodersahi to bola usne,this is a shitty kind of content that you are making to fool the audiences

    • @shinchanshukla3938
      @shinchanshukla3938 Před měsícem

      ​@@RoadsideCoder Bhai iss bande ko pin kar do😂😂... Aage se fir soch samajh ke bolega

    • @pallavichavan9761
      @pallavichavan9761 Před měsícem

      Always rocks 😂​@@RoadsideCoder

  • @kunalsin
    @kunalsin Před měsícem

    source code of this project

  • @akashpandey1215
    @akashpandey1215 Před 11 dny

    Nice, but could have been lil more beginner friendly detailed explanation.