ryanfuhrman / hangman

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hangman

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

This exercise demonstrates the ability to use props, defaultProps, state, keys, and simple click events in React.

How to run the app

Clone the repo:

git clone https://github.com/ryanfuhrman/hangman.git

###Navigate into the directory cd hangman

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

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


Languages

Language:JavaScript 88.6%Language:CSS 6.2%Language:HTML 5.2%