Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 404 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 404 Bytes

Roll Dice App

This App basically renders the dice component with random numbers every time we click on Roll Dice. Here is the link to the app - Roll Dice

Learnt about following stuff through this project:

  • State in React
  • Handling click events in react using bind method over functions
  • Passing state of one component to another component as props