ryanfuhrman / roll-dice

Roll Dice exercise as part of Colt Steele's The Modern React Bootcamp course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roll-dice

The Roll Dice exercise as part of Colt Steele's The Modern React Bootcamp course.

This exercise demonstrates the use of props, state management and animations within a simple React application.

How to run the app

Clone the repo:

git clone https://github.com/ryanfuhrman/roll-dice.git

###Navigate into the directory cd roll-dice

Install dependencies

If using npm:

npm install or npm i

If using yarn:

yarn install

Start up the client

For npm:

npm run start

For yarn:

yarn start

Open the site

Visit localhost:3000/ in the browser of your choice.

About

Roll Dice exercise as part of Colt Steele's The Modern React Bootcamp course


Languages

Language:JavaScript 61.5%Language:CSS 25.3%Language:HTML 13.1%