GeorgePapalazaridis / photo-library-angular

Angular project for a photo library with infinite scroll, favorites, and single photo view
MIT License
0 stars 0 forks source link

Show Full-Screen Image for Specific Favorite Photo #7

Closed GeorgePapalazaridis closed 1 day ago

GeorgePapalazaridis commented 1 day ago

We need to implement a photo detail view that displays a full-screen version of the photo when accessed via the route /photos/:id. This view should also include a "Remove from Favorites" button that allows users to remove the photo from their favorites list.

Requirements:

Technical Details:

Acceptance Criteria: