diff --git a/README.md b/README.md index 53954d3..bce133a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,44 @@ -# Freechess +
+
+ + Logo + -Freechess is an open-source chess web app to play, view and analyze your chess games for free from anywhere with Stockfish ! +

Freechess

+

+ The Ultimate Chess Web App +
+ freechess.web.app +
+
+ Discord Server +

+
+
+ +Freechess is an open-source chess web app to play, view and analyze your chess games for free on any device with Stockfish ! + +## Mission + +It aims to have all the features from the best chess apps, while being free and open-source. It is designed to be easy to use, fast, and reliable. + +## Features + +- Load and analyze games from [lichess.org](https://lichess.org) and [chess.com](https://chess.com) +- Analysis board with live engine evaluation, custom arrows, evaluation graph, ... +- Chess960 support +- Play against Stockfish at any elo +- Store your games in your browser database + + + +## Stack Built with [Next.js](https://nextjs.org/docs), [React](https://react.dev/learn/describing-the-ui), [Material UI](https://mui.com/material-ui/getting-started/overview/), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html). Deployed on [Firebase](https://firebase.google.com/docs/hosting), see it live [here](https://freechess.web.app). -## Running the app locally in dev mode +## Running the app in dev mode At least [Node.js](https://nodejs.org) 22.11 is required. diff --git a/assets/showcase.png b/assets/showcase.png new file mode 100644 index 0000000..63280eb Binary files /dev/null and b/assets/showcase.png differ