Skip to content

McSam27/react-connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!