TimAstier / chess-repertoire-trainer

Train opening repertoires from lichess studies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess Repertoire Trainer

Train opening repertoires from lichess studies.
[UPDATE]: The studies endpoint is restricted to SameOrigin requests...

Motivation

  • Lichess studies are a great tool to maintain opening repertoires.
  • There's no interactive way to review lines from studies.
  • Chessable Move Trainer is great but it's too much work to import lines in the system.

Solution

Use lichess api to fetch the content of lichess studies and provide an interactive way to review lines.

Roadmap

  • Fetch PGN from a public lichess study.
  • Fetch PGN from private lichess study.
  • Find all uniques lines.
  • Test user on one line.
  • Possibility to define how deep in the line the user should be tested on.
  • Create an account.
  • Save link to personal studies.
  • Save progress and use spaced repetition.

Built with

About

Train opening repertoires from lichess studies.

License:MIT License


Languages

Language:JavaScript 35.1%Language:HTML 33.3%Language:TypeScript 26.5%Language:CSS 5.1%