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.
- Host: GitHub
- URL: https://github.com/dev-siri/chess-opening-gallery
- Owner: Dev-Siri
- License: mit
- Created: 2024-05-18T17:16:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T15:49:32.000Z (about 1 year ago)
- Last Synced: 2025-06-08T04:26:33.751Z (about 1 year ago)
- Topics: chess, database, lichess
- Language: TypeScript
- Homepage: https://chess-opening-gallery.vercel.app
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)