Added missing links
This commit is contained in:
parent
c18e01ead4
commit
813fc5d7b3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue