/chessopener

React-Redux frontend for chessopener.com

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

React-Redux frontend for www.chessopener.com

chessopener-1

Features

  • A searchable openings database of 3000+- records
  • A detailed page for every opening, containing lines and continuations
  • Lichess' statistics for every opening (such as amount played, average rating and win distribution)
  • Lichess' recent top rated games for every opening (to find out what to do next after the first few moves)
  • An exploration board to explore opening lines by playing moves

Requirements

This application requires the chessopener api to be running.

Installation

Run npm i

Make sure the API is running, if it is not running on localhost:7000, make sure the REACT_APP_API_BASEURL is set correctly in your package.json file.

Run npm run start