Phase 2.2: Initializing Cards
Open up the Phase 2.2 page in the codebase and navigate to the page in your browser.
In the process of learning React, we'll build a partially complete implementation of the card game Uno! If you don't know how to play, here are the rules in text and video format.
As a first step, display a hand of cards using the Card component we made. We've provided an example on how to display a card in the codebase. Create a starting hand of 5 predefined cards and display them on the Phase 2.2 page. We will be dynamically generating them later, so don't spend too much effort getting everything perfect.
Your final product should look something like this:
