LabinatorSolutions / boldchess-web-app

A responsive web-based chess app and graphical user interface (GUI) for the Stockfish chess engine, featuring analysis, evaluation, and graphical representations. It is the official chess app of BoldChess.com.
https://app.boldchess.com/
GNU Affero General Public License v3.0
34 stars 12 forks source link

Upgrade the JavaScript code to meet ES2024 or higher standards #17

Open LabinatorSolutions opened 8 months ago

LabinatorSolutions commented 8 months ago

The code right now is not written according to the latest ES2024 code standards. Alternatively, upgrading the codes to TypeScript can also be a wise move.

For Reference: https://github.com/tc39/ecma262/releases

LabinatorSolutions commented 5 months ago

Some issues have been partially addressed in our latest commit, but additional work is still required.