This project was made using React. In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
It shows a list of images fetched after an inserted search term and organizes them in spaces depending on their height. It's a good basis for understanding how to work asynchronously with an API, as well as dynamically organizing data received.
The API used for the images is unsplash and they were fetched using axios.