You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependent ticket. Complete and merge #3 before beginning this ticket.
Instructions:
In src/App.js, above the <Bookings /> component add a new component called Deck which shows 3 cards.
The cards must link to peoplemakeglasgow.com, visitmanchester.com and visitlondon.com. The cards should contain the name of the city and an image of the city. There is sample data in data/fakeCards.json
Test:
3 info cards should be displayed on the page for each city (Glasgow, Manchester, London).
Each card should link to the correct website.
Each card should contain an image
The text was updated successfully, but these errors were encountered:
From React-Module-Project created by SallyMcGrath: CodeYourFuture#4
Create and use a new component to show info cards
Dependent ticket. Complete and merge #3 before beginning this ticket.
Instructions:
In
src/App.js
, above the<Bookings />
component add a new component calledDeck
which shows 3 cards.The cards must link to
peoplemakeglasgow.com
,visitmanchester.com
andvisitlondon.com
. The cards should contain the name of the city and an image of the city. There is sample data indata/fakeCards.json
Test:
The text was updated successfully, but these errors were encountered: