An open API service indexing awesome lists of open source software.

https://github.com/dev-siri/chess-opening-gallery

Lichess's UI sucks so I made a better wrapper.
https://github.com/dev-siri/chess-opening-gallery

chess database lichess

Last synced: about 2 months ago
JSON representation

Lichess's UI sucks so I made a better wrapper.

Awesome Lists containing this project

README

          

# Chess Database

Search openings, and go move-by-move till a draw / checkmate.

This project uses [Lichess's](https://lichess.org) API for fetching openings.

Made this to try out Next 15 and React 19. (Though both are still RCs)

## Getting Started

- Clone

```sh
$ git clone https://github.com/Dev-Siri/Chess-Opening-Gallery
```

- Compile

```sh
$ bun run build
```

- Run

```sh
$ bun start
```

## License

This project is MIT licensed, see [LICENSE](LICENSE)