Skip to content

Connect Four board game developed in React.ts following design patterns

Notifications You must be signed in to change notification settings

l-ilma/ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4

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.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, run:

npm ci

Installs dependencies using versions from package-lock.json. (Needed only when starting the app for the first time!)

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.