Hang Man App
Click Here to Access Repository
The Objective:
- Use Redux and React to create the Hang Man game.
- The app should be attractively styled using CSS, React-BootStrap and other libraries (Optional).
- Use a number of components and render each of them using array.Map() method.
- User interaction should modify state of some components.
- 2 or more components should be synced.
- User functionality such as restarting the game or opening up a help menu should be accounted for.
- User should clearly be presented the outcome of the game.
- UX and UI should be clean, easy to use and navigate through.