MoosaSaadat / RollDice

A simple react app demonstrating "React Downward Data Flow"

Home Page:http://moosasaadat.github.io/RollDice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roll Dice App

This is a simple app demonstrating downward data flow in React. It has two Components: RollDice & Die.

RollDice

It is the parent component which controls the Die component.

Die

It is the controlled component which displays the dice face passed as prop from parent component.

About

A simple react app demonstrating "React Downward Data Flow"

http://moosasaadat.github.io/RollDice


Languages

Language:JavaScript 68.9%Language:CSS 15.7%Language:HTML 15.4%