As a user, when I view a building card, I want to see data about the building as well as any notes I've added. I also want to see a button, "add a note".
AC
WHEN I view a building card,
THEN I will see:
Image of building before demolition
Year demolished
Link to Google Maps view before demolished
Address
Notes
Add Note button
Development
Make buildings state in App.js.
State = {
buildings: []
}
Write axios get request in helpers/data/buildingRequests.js
User Story
As a user, when I view a building card, I want to see data about the building as well as any notes I've added. I also want to see a button, "add a note".
AC
WHEN I view a building card, THEN I will see:
Development