GuillaumeSD cd514d90cf Squashed commit of the following:
commit dbb5ce37add830b04e3cb977ca5caa9ae9429001
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Tue Mar 26 03:07:38 2024 +0100

    feat : add move click

commit a6d1d10d452a1e556b6e2ecb1fd12ada135b96d0
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Tue Mar 26 01:44:49 2024 +0100

    feat : board refacto done

commit 55f7d6dbac4cb135796cf66120de613e0bf34462
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Sun Mar 24 04:00:35 2024 +0100

    feat : add click to move
2024-03-26 03:08:34 +01:00
2024-03-20 22:01:53 +01:00
2024-03-26 03:08:34 +01: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%