Skip to content

Squair/react-connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-connect-four

react test coverage: codecov

This is a little fun project that incorperates react, node and socket.io to create a multiplayer version of connect four!

How to build and run:

React:

  1. cd ./react

  2. Restore dependencies: yarn install

  3. Populate .env with host address running node server.

  4. Run the front-end: yarn start

Node

  1. cd ./node

  2. Restore dependencies yarn install

  3. Populate .env with host running react and port you want the socket.io server to run on.

  4. Run the backend: yarn start

How to test

React

  1. cd ./react yarn test

Have fun!

About

Multiplayer implementation of connect four.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •