09 - Bookmark an entry
Closed this issue · 0 comments
NadineGrosskreuz commented
Value Proposition
As a user
I need to have a bookmark function
to be able to to add the flea markets/shops I like to a seperate page.
Description
Acceptance Criteria
- Each entry on the list will show a button (a heart) to mark the entry
- When clicking on the button the respective entry is added to the bookmark page and the heart is filled
- When clicking on the button again the entry is removed from the bookmark page and the heart is not filled
- The navigation shows a button for the bookmark page
- All bookmarked entries are shown on the bookmark page
Tasks
- Create a button component
- Create the bookmark page
- Add a heart icon to the footer and link it to the bookmark page
- Add an onClick event to the button to add and remove the entry from the bookmark page
- Add styled-components
- Write test
- Check accessibility
- Deploy for usability and UX testing
- Check on mobile phone
Complexity
M