A simple hangman game built using React.
This application is hosted on gh-pages, give it a go.
This project was bootstrapped with Create React App.
yarn start
, Runs the app in the development mode.yarn test
, Launches the test runner in the interactive watch mode.yarn build
, Builds the app for production to thebuild
folder.
- TypeScript Static type definitions for JS
- immer Immutable state
- @emotion/react for styling
- Jest JavaScript Testing Framework
- @testing-library/react Testing utilities