Skip to content

spencrr/react-scattergories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Scattergories

What?

Bored during a public health crisis with friends/family on video chat and nothing to do? Look no further than React Scattergories!

By entering a room id, you all can share the same list! Shuffle through until you find one you like and play! Timer and scoring sold separately (scoring coming soon!).

I built this extremely quickly so that we would have something to play, as well as an experimentation project with React and socket.io.

On the front-end, React handles DOM manipulation and sends API requests to the back-end Node server running express.

How?

Make sure you have node installed, then run:

git clone "github.com/spencrr/react-scattergories"

cd react-scattergories

cd client
npm install
npm run build

cd ../server
npm install
npm run start

About

Scattergories with React and Node.js!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published