Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 259 Bytes

Roll Dice

A simple React app using components, state, an array and defaultProps. The roll method can pick a random element from the array for each die, then update the state, causing the dice to re-render to the appropriate values.

Dice