You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have a lot of creative liberty here. Basically we want to create a mobile responsive grid of images that the user can select from in order to create their meme. Feel free to make use of the CSS framework's components to facilitate.
Acceptance criteria
Load 5 predefined meme images when the page loads
Allow the user to 'select' one when they click on it, showing that it is selected by making it larger, or moving it to the center of the screen.
Keep data about the selected image in state so that it can be used later for network calls etc. This can be the image name, image path, or both
The text was updated successfully, but these errors were encountered:
krab7191
changed the title
Create a UI component which allows a user to select an image from a list of images which are loaded from the server.
Create UI components which allow a user to select an image from a list of images which are loaded from the server.
Oct 14, 2020
You have a lot of creative liberty here. Basically we want to create a mobile responsive grid of images that the user can select from in order to create their meme. Feel free to make use of the CSS framework's components to facilitate.
Acceptance criteria
The text was updated successfully, but these errors were encountered: