valarao / chocolate-thunder-chess

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

add ability to add custom openings #87

Closed austincho closed 3 years ago

austincho commented 3 years ago

Overview The changes in this PR adds the ability for users to create, retrieve and delete their custom openings. Additionally, changed the login page to a login modal and visually updates the dashboard when a user is logged in.

This currently does not validate to see if the pgn supplied is in the correct format.