brodigan-e / capstone-POV

NEU Capstone Project
MIT License
2 stars 1 forks source link

Add an image container component that displays all saved images #17

Closed jbewing closed 3 years ago

jbewing commented 3 years ago

This PR adds a first cut at an image container component. I learned Typescript + refreshed myself on React and this is what resulted. All pointers + feedback is appreciated as I don't usually jump into the front of the stack that often 😆

Preview:

Screen Shot 2020-10-28 at 11 42 49 AM

Notes:

Testing

I tested this component with the flask server running locally (poetry run task run) + the FE running (yarn start). I uploaded a ton of duplicate copies of a golden retriever to the DB to test how this component acted with 1 image vs. three rows of images. I tested that the design is responsive to screen width + height as well.

Issue: https://github.com/brodigan-e/capstone-POV/issues/11 cc @DarkAce65

jbewing commented 3 years ago

Lemme quickly resolve these conflicts, then I'd appreciate a re-review 😄 @DarkAce65