Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (15 loc) · 1.27 KB

Collage Generator

This project is a React web-application that requests photo data from JSONPlaceholder and creates collages from that data.

Homepage

Upon loading the page, the user will see a header title and input boxes that ask for collage dimensions.

cg v1

Generating a Collection of Collages

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.

cg v2

Navigating to other pages

At the bottom of the webpage, the user can see buttons that will allow them to navigate to other collages.

cg v3

Loading another Collection of 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.

cg v4