federicodiluca / connect4

The aim of this project is to test the same implementation on different component-based libraries and frameworks, like React, Angular and Blazor.

Home Page:https://cbrualdi.github.io/connect4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect 4

The aim of this project is to test the same implementation on different component-based libraries and frameworks like React, Angular and Blazor.

React

To start the React implementation run cd connect4-react && npm install && yarn start.
Open http://localhost:3000 in the browser.

Angular

To start the Angular implementation run cd connect4-angular && npm install && ng serve.
Open http://localhost:4200 in the browser.

Blazor

To start the Blazor Wasm implementation run cd connect4-blazor && dotnet run.
Open https://localhost:5001 in the browser.

About

The aim of this project is to test the same implementation on different component-based libraries and frameworks, like React, Angular and Blazor.

https://cbrualdi.github.io/connect4


Languages

Language:TypeScript 35.8%Language:JavaScript 22.3%Language:HTML 20.8%Language:C# 11.4%Language:CSS 9.8%