In this repository we implement Connect Four board game in React.ts following design patterns. One part of them are standard, such as Builder and Singleton, but there are modern React patterns as well, such as Conditional Rendering and Presentational Components (if you want to know more, please follow this link). The app was developed as a project for a Design Patterns course at Graz University of Technology.
This project was bootstrapped with Create React App.
In the project directory, run:
Installs dependencies using versions from package-lock.json. (Needed only when starting the app for the first time!)
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.