Exercise: Fonts and Images
by Tomas Trescak· Next.js

0 / 2950 XP
The external project has not been reviewed yet
Please follow instructions below to submit your project

Installation

Reuse the code from the previous exercise. Make sure to complete it before attempting this one.

Instructions

  1. Complete all the user requirements below
  2. Cover each user requirement by end-to-end test (tag each test by @images)
  3. If necessary, cover utility code and component code with unit tests
  4. Commit and push the code
  5. Make sure all tests pass
  6. Commit and push your code to your repository

User Requirements

  1. As a visitor, on the list page I want to see an image preview of the post
  2. As a visitor, I will see a placeholder image if post has no image associated
  3. As a visitor, on the detail page I want to see a large version of the image
  4. As a visitor, I want to see the main site font to be Roboto 
  5. As a visitor, I want to see the title of the post with Press Start 2P font

Discuss with Others
Ask questions, share your thoughts, and discuss with other learners

Join the discussion to ask questions, share your thoughts, and discuss with other learners
Setup
React Fundamentals
10 points
Next.js
10 points
Advanced React
Databases
10 points
React Hooks
Authentication and Authorisation
10 points
APIs
CI/CD and DevOps
Testing React
Advanced Topics