Back to blog
Code Challenge: Mini Image Gallery
A REST API is an interface that accepts connections via the internet, executes some business logic, and then returns a result.
For this code challenge, a mini image gallery has been built to display images from UnSplash. Your task will be to:
- consume the Unsplash API and display the images gotten from the server on the UI.
- implement the loading placeholders when consuming the API so as to provide feedback.
Implement your solution in the sandbox below:
Code challenge solution
Verify your solution with the official solution in this sandbox.
More resources
We have made available these extra resources to sharpen your React coding skills:
Want to conduct interviews on this platform?
Check out CoderPad: pick any interview question or create your own, then invite your candidate to a shared live-coding session on an IDE like this one. You even get 2 free interviews per month forever using this registration link!