c-phelps / MemorEase

0 stars 0 forks source link

CLIENT: src/pages/decks.jsx #26

Closed c-phelps closed 3 weeks ago

c-phelps commented 4 weeks ago

Create the View Decks page for our app. This page will allow the user to select a topic and all decks that match the topic will populate the body of the page in a list format displaying the deck titles. Image

View Decks Page: The user is given the option to browse existing decks with the choose a topic drop-down. Once a topic is selected, the user will be presented with a list of decks that share the same topic. If a user clicks on a deck name they will be redirected to the Study Page. User can choose to add a deck to the current topic. Nav: Users can click the collection and logout buttons. Log out will log the user out and will redirect them to the landing page. Collection will direct the user to the Collection Page.

c-phelps commented 3 weeks ago

PR: https://github.com/c-phelps/MemorEase/pull/50 Needs some work but the functionality is there for now: Image