ryanfuhrman / coin-flip

Coin flip exersice as part of Colt Steele's The Modern React Bootcamp course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coin-flip

The Coin Flip exercise as part of Colt Steele's The Modern React Bootcamp course.

This exercise demonstrates the use of state patterns within a simple React application.

How to run the app

Clone the repo:

git clone https://github.com/ryanfuhrman/coin-flip.git

###Navigate into the directory cd coin-flip

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

Coin flip exersice as part of Colt Steele's The Modern React Bootcamp course.


Languages

Language:JavaScript 75.3%Language:HTML 15.7%Language:CSS 9.1%