Welcome to DormParty: a social platform for college kids looking for dorm roommates. Help out with the first version of RoommateFinder by sharing feedback and contributing to the code.
When a user is swiping through profiles, I want them to be able to see if a profile they're viewing has a similar interest. Tinder does this by highlighting the interest that is similar. Let's do the same.
Go to the views/Deck/Card/Card/index.js file and if a user has a similar interest, highlight that interest in the theme.colors.tertiary color
When a user is swiping through profiles, I want them to be able to see if a profile they're viewing has a similar interest. Tinder does this by highlighting the interest that is similar. Let's do the same.
Go to the
views/Deck/Card/Card/index.js
file and if a user has a similar interest, highlight that interest in the theme.colors.tertiary color