Skip to content

React and Redux implementation of the Hangman game

Notifications You must be signed in to change notification settings

sergief/react-hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Hangman

This project is an implementation of the classic game Hangman built using React and Redux. It's just a proof of concept to learn how to use Redux and React for creating dynamic components.

It also uses Semantic-UI as a UI component library.

The supported language is english, thanks to the dictionary published by adambom

Play it!

You can play the game and see how it looks here

How to use it

Install the package dependencies:

npm install

Run the following command:

npm run start

It will start a development server and will open the browser to the following url: http://localhost:3000/

About

React and Redux implementation of the Hangman game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published