Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 577 Bytes

File metadata and controls

19 lines (12 loc) · 577 Bytes

Connect 4 with React

This project was bootstrapped with Create React App.

alt text

Description

This is a simple implementation of the popular game, Connect 4 using React.js. I'm still learning the library, and will gladly take any reccommendations or suggestions.

Build and run commands

yarn	      ||      npm install
yarn start    ||      npm start

(Note: will run on http://localhost.com:3000)

Thanks for visiting this project page!