From 813fc5d7b36c9bcd25b1121b5ad855ef5d613fef Mon Sep 17 00:00:00 2001 From: bnilsen Date: Thu, 7 May 2026 16:04:12 -0400 Subject: [PATCH] Added missing links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 773e611..80c70bf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Ligonier Code Challenge - Ben Nilsen -This is a React Router application that loads data from the [Picsum API](), displaying the images in a list and allowing the user to click on an image to reveal the photographer who snapped it! +This is a React Router application that loads data from the [Picsum API](https://picsum.photos/v2/list), displaying the images in a list and allowing the user to click on an image to reveal the photographer who snapped it! ## Features -- Async data fetching from [Picsum API]() +- Async data fetching from [Picsum API](https://picsum.photos/v2/list) - React Frontend that is both reactive and responsive from phones to desktops - List mode to show all the photos in a contiguous list - Gallery mode to see more images at once in a nice grid