This project is a React web-application that requests photo data from JSONPlaceholder and creates collages from that data.
Upon loading the page, the user will see a header title and input boxes that ask for collage dimensions.
The user can input the number of rows, columns, and amount of collages that they want to see displayed on each page.
Upon clicking on the "Set Quilt Data" button, the images will be rendered on the webpage.
At the bottom of the webpage, the user can see buttons that will allow them to navigate to other collages.
Should the user want another random collection of collages, they can input new data in the input boxes to generate another random set of collages.