Skip to content

Hangman Progressive Web App, made with node, React, service workers, and storage of state in the browser

Notifications You must be signed in to change notification settings

selva-oscura/react-hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Hangman

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:

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 npm start),
  • view in browser at localhost:3000

Play it at https://selva-oscura.github.io/react-hangman!

Hangman

About

Hangman Progressive Web App, made with node, React, service workers, and storage of state in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published