READ - Campaign Data
Closed this issue · 0 comments
MCrank commented
User Story
As a user when I log into the app and click on My Campaigns
Then I should be presented with a list of Campaigns.
Tech Notes
- Install Axios via NPM if not already
- Create Firebase index on UID in Campaign Collection
- Create functions to call out to firebase and retrieve campaigns tied to my UID.
- Create
CampaignItem
component leverage bootstrap for UI components/styling - Display List of
CampaignItems
on theMyCampaign
page
Acceptance Criteria
When I log into the app
and click on the My Campaigns
link in the navbar
I should be routed to the My Campaigns
page
And be presented with a list of my campaigns