React-Redux frontend for www.chessopener.com
- 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
This application requires the chessopener api to be running.
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