BradHamm / Brewster-Brew-Me-Bro

Brewster - Personal brewery rating and tracking application.
1 stars 0 forks source link

JS to load saved breweries on User Profile #7

Open BradHamm opened 1 year ago

BradHamm commented 1 year ago

Create JS functions to load all locally saved information on breweries so it appears on the User's Profile. The styling for the cards should already have been created by the person assigned to making the "Brewery Cards".

BradHamm commented 1 year ago

Acceptance Criteria:

Given that the JS file has been setup to target elements by ID and retrieve the information saved from local memory, When I render the page for the User Profile or "Favorite Breweries", I should be presented with cards containing locally saved information such as brewery names, ratings, address and type of brewery.

Note: (This is for linking the information from local storage to the cards, not designing them. That is currently tasked to whomever assigns themselves the "Design brewery cards with brewery information")