Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create UI components which allow a user to select an image from a list of images which are loaded from the server. #5

Open
krab7191 opened this issue Oct 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request Frontend Work related to client side code, Angular

Comments

@krab7191
Copy link
Collaborator

krab7191 commented 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

  • 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
@krab7191 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
@krab7191 krab7191 added enhancement New feature or request Frontend Work related to client side code, Angular labels Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend Work related to client side code, Angular
Projects
None yet
Development

No branches or pull requests

2 participants