Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

A educational challenge to make additions and changes in order to make the tests pass.

Notifications You must be signed in to change notification settings

sambuite/challenge-blog-nextjs

Repository files navigation

Requirements

Header

  • Should be able to render logo
  • Should be able to navigate to home page after a click

Home Page

  • Should be able to return prismic posts documents using getStaticProps
  • Should be able to render posts documents info
  • Should be able to navigate to post page after a click
  • Should be able to load more posts if available
  • Should not be able to load more posts if not available

Post Page

  • Should be able to return prismic posts documents paths using getStaticPaths
  • Should be able to return prismic post document using getStaticProps
  • Should be able to render post document info
  • Should be able to render loading message if fallback

About

A educational challenge to make additions and changes in order to make the tests pass.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published