ancasimon / travel-blog

A trip managing app for a road-warrior travel blogger, this project represented the opportunity to further practice using React.
0 stars 0 forks source link

READ: View all points of interest #19

Open ancasimon opened 4 years ago

ancasimon commented 4 years ago

User Story

Given a user has saved a point of interest When the user visits their application Then all points of interest should be displayed And each point of interest should have an affordance to delete it

AC

WHEN I log into the application, THEN I have access to a navbar item labeled Points of Interest AND when I go to that page, I can see all thee points of interests I have recorded in the app, AND I see a Delete button on each.

Dev Notes

ancasimon commented 4 years ago

Update July 2020: currently working on displaying interests and in this branch: ars-READInterests