Progressive Web App version of the familiar word game Hangman, albeit with SAT words.
The game was built as a personal project while learning React, Progressive Web Apps, service workers, storage of state and the app shell in the browser, and Lighthouse. The project uses:
- Node.js,
- React (bootstrapped with Create React App), and
- service-workers (sw-precache)
To clone and run on your own machine:
- download or clone project (
git clone https://github.com/selva-oscura/react-hangman.git
), - switch to project directory (
cd react-hangman
), - install dependencies (in terminal, type
npm install
), run project (in terminal, type - view in browser at localhost:3000
npm start
),
Play it at https://selva-oscura.github.io/react-hangman!