Exifly / ApiVault

Your gateway to a world of public APIs.
https://apivault.dev
Other
442 stars 40 forks source link

Feat/like bookmark button #212

Closed gdjohn4s closed 1 year ago

gdjohn4s commented 1 year ago

Description

Added like and bookmark button and handled their behavior.

Proposed Changes

The child component LikeButton.vue emit an event labeled like:isClicked. The parent component CardAPI.vue will handle this event and check if like button is already clicked to understand if the like counter value have to be incremented or not.

Preview

Screenshot 2023-06-17 at 14 23 21

Checklist

FlavioAdamo commented 1 year ago

Approved