props-practice
task-<number>
npm i
npm run start
You have TEN (10) functionality tasks to fix or complete which are explained by comments in the code. Remember you can search a file or entire codebase. The pattern you will search for is: Task <number here>
. Once you have restored all functionality with the ten tasks, you have additional Styling Tasks below.
I recommend starting with index.js, and then work your way through the files. Familiarize yourself with the flow, modules, and data being used.
Task 11: Ensure all photos are cropped to the same ratio.
Task 12: On desktop, display a 2x grid of posts. (Meaning two posts can sit side-by-side, with each additional row also containing a maximum of two posts.)
Task 13: Using CSS media queries
, ensure tablet and mobile views only show one post per row (a single column of posts)