You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home page with all the albums displayed from this api https://jsonplaceholder.typicode.com/albums
About us page
Header and Footer
Details page: when clicking on an album show details about the album (https://jsonplaceholder.typicode.com/albums/+id) and using the userId from the album details to bring the user details with the following api (https://jsonplaceholder.typicode.com/users/+userId)