Carkzis / Ananke

An ongoing project to create a companion app to a board game!
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add new game with title and description #4

Closed Carkzis closed 10 months ago

Carkzis commented 10 months ago

Via the screen with the list of games, can go to a new game screen that allows input of a title and a description.

After certain checks have been passed, such as length of inputs, the user can add a game and be redirected back to the list of games where it will appear.

See https://github.com/Carkzis/Ananke/issues/2 for further information.