Newb Quest – Build a board game with React – Front-end-opoly

Learn Texas Holdem Video Source & Info:

Show starts at 4:57
Having trouble deciding what framework to use (Vanilla Javascript, Angular, Vue, React, etc.)? Battle it out with a friend to decide!
Play the game here: https://front-end-opoly.now.sh/
Code is here: https://github.com/CodingGarden/front-end-opoly
Donate: https://coding.garden/donate
Pledge: https://coding.garden/pledge
Discord: https://coding.garden/discord
Stickers: https://coding.garden/stickers
Search for more Coding Garden videos here: https://cg-videos.now.sh
View the Coding Garden FAQ here: https://github.com/CodingGardenCommunity/app-wiki/wiki/Frequently-Asked-Questions

Source: YouTube

Share this video:
Newb Quest – Build a board game with React – Front-end-opoly

6 thoughts on “Newb Quest – Build a board game with React – Front-end-opoly

  1. Thank you for this awesome live event, next live event please complete auth-for-newbs,

  2. Thank you for the awesome tutorials, youre awesome cj.. lol.. probably your biggest newset fan.. with a request.. netflix… recreate netflix with react? the website is amazing and would explain a lot about react if you did it.. Arigato cj

  3. 5 hours … wow could you make shorter video about javascript training itw.. solving code itw…

  4. I don't know, state is not the same thing as data. Only data that the user can change is actual state. So there is no reason, why all the pawns the user can select are stored in the state object. This is static data, that can't be changed by the user … only what the user selected needs to be stored in the state object.

  5. I got a project that i need to build a board game and show some 'cards' whenever the player hits a 'specific position' on my board , can i use some of your code?

Comments are closed.