gabekutner / roommatefinder-mobile

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.
https://gabekutner.github.io/roommatefinder-mobile/
Apache License 2.0
3 stars 0 forks source link

🚀 Feature: Highlighted Interests #42

Open gabekutner opened 3 months ago

gabekutner commented 3 months ago

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

gabekutner commented 3 months ago

The do the same thing with dorm too.