A Hangman game made using react.js
Hangman
The project is made to understand REACT concepts like :
- how to handle events.
- how state is changed by the components.
- how child component can change the state of parent component by passing function as a prop.