Connect Four built in React
https://geanum.github.io/connect-4/
Anything above Node 6 should let you build and run the application (I used Node 10).
In the application's directory, run these commands to get the app running on localhost:3000.
npm install
npm run start
(This application was bootstrapped with create-react-app.)
- All basic Connect 4 functionality
- Customizable player names
- Smooth UI and animations