DEV Community

Arash Jangali
Arash Jangali

Posted on

Unmatching Users and Adding the Like Button: Day 99 of #100DaysOfCode

Day 99 of #100DaysOfCode: Today was all about completing the unmatching functionality for both sides of users. I created a new function inside useEffect with a dependency for the unmatched users, ensuring they don't show up in the swipe cards.

Tomorrow, I'll shift my focus to adding the functionality for the like button. It's essentially the same as a swipe up action, but triggered by a button click instead.

(Yes, I'm aware that my variable and constant names may not be the most creative, but hey, they get the job done! 😄)

Top comments (0)