This a classic Hangman game to predict the USA state. This project was bootstrapped with Create React App .
Installation Steps:
-
Install Node:
Download and install Node.js from the website:
https://nodejs.org/en/download/
-
Clone this repository
-
Browse to the folder and install the required node packages using below command:
npm install
-
Run the project using below command:
npm start
The application will start on localhost at port 3000 on the default browser. You can also check out the porject here.