GuillaumeSD daaf145fa9 Squashed commit of the following:
commit c769a4d3bfbd22804ea4eeb324e7afeaaaa55f82
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Fri Apr 12 02:49:21 2024 +0200

    style : capturedPieces UI final touches

commit 838ad95bfa1746a3a8de38ace2520fe93ec6a0af
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Thu Apr 11 03:00:01 2024 +0200

    feat : captured pieces wip

commit e4bb4dcc346aa5dea5527fef4389b01673645e76
Merge: 785dba2 e9e772c
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Thu Apr 11 01:15:31 2024 +0200

    Merge branch 'main' into feat/add-board-captured-pieces

commit 785dba28509ac04655d4cab736a18a821ca52433
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Tue Apr 9 02:25:29 2024 +0200

    feat : add board captured pieces init
2024-04-12 02:49:48 +02:00
2024-04-12 02:49:48 +02:00
2024-04-12 02:49:48 +02:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:38:17 +01:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:40:43 +01:00
2024-03-26 03:08:34 +01:00
2024-03-21 01:43:25 +01:00
2024-02-14 04:40:43 +01:00

Freechess

Freechess is an open-source chess web app to play, view and analyze your chess games for free from anywhere with Stockfish !

Built with Next.js, React, Material UI, and TypeScript.

Deployed on Firebase, see it live here.

Running the app in dev mode

Node 18 and npm are required.

Install the dependencies :

npm i

Run the development server :

npm run dev

Open http://localhost:3000 in the browser to see the app running.

The app will automatically refresh on any source file change.

Lint

Run it with :

npm run lint

Deploy

To deploy the app, install the Firebase CLI and authenticate, then run :

npm run deploy
Description
No description provided
Readme 215 MiB
Languages
JavaScript 66%
TypeScript 34%