GuillaumeSD 3d0d1c41a8 Squashed commit of the following:
commit 4810de3b94b0ec0d7e9b8570de58f85792dffa80
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Sat Apr 6 01:37:42 2024 +0200

    fix : lint

commit 59e0b571e6089da6c086ab6340ec6a966b2e9739
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Sat Apr 6 01:36:17 2024 +0200

    feat : UI refacto

commit 56806a89dca5c7fb2c229b5a57404f9a856fac09
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Fri Apr 5 03:56:08 2024 +0200

    feat : add moves list

commit 9e3d2347882074c38ab183e642ecef8153dbfcde
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Thu Apr 4 02:18:52 2024 +0200

    feat : init branch, wip
2024-04-06 01:38:06 +02:00
2024-03-20 22:01:53 +01:00
2024-04-06 01:38:06 +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%