Game details

The game details, such as the name, world image, clue text, and maker name, are rendered to give the user an overview of the game.

mern-vrgame/client/game/GameDetail.js:

<Typography type="headline" component="h2">     {this.props.game.name}</Typography><CardMedia image={this.props.game.world}            title={this.props.game.name}/><Typography type="subheading" component="h4">     <em>by</em>     {this.props.game.maker.name}</Typography><CardContent>     <Typography type="body1" component="p">          {this.props.game.clue}     </Typography></CardContent>

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.