Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Nextjs HW

  • Create next app using npx create-next-app myapp
  • Create the following pages:
    • 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)
    • Custome 404 page
  • Add some styling to the pages

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors