Hyperskill-Community / flashcards

Digital flashcard app
4 stars 0 forks source link

Frontend - add card functionality #82

Closed wisskirchenj closed 5 months ago

wisskirchenj commented 6 months ago

provide a component to allow the user to add a new card to a category. The "add new card"-component should be accessible from the CardOverview component in the same way (+)-button as in the CategoryOverview page. But different from there, here it does not route away to another page, but replaces the component inside CardsPage to keep the state of the CardOverview.

This issue depends on #81 and should be implemented afterwards.

wisskirchenj commented 5 months ago

Completed with issues #94 #95 #96 and #97