valarao / chocolate-thunder-chess

Allow chess players to search through 1,000+ common opening positions.
MIT License
2 stars 2 forks source link

Hook up common positions API with frontend redux data store #61

Closed valarao closed 3 years ago

valarao commented 3 years ago

Overview

This PR hooks up the backend common positions API with the frontend redux data store. I also did a bunch of minor code cleanups as well.

Cleanups