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

#1: Display Theme Colors #1

Open
doemser opened this issue Apr 26, 2024 · 0 comments
Open

#1: Display Theme Colors #1

doemser opened this issue Apr 26, 2024 · 0 comments
Labels
MVP Minimum viable product Start This is the starting point of the app.

Comments

@doemser
Copy link
Member

doemser commented Apr 26, 2024

Value Proposition

As a User

I want to view a single theme

in order to understand its color scheme and visual representation.

Screenshot 2024-04-29 at 17 31 18

Acceptance Criteria

  • When I open the app, I can see a single theme displayed.
  • Each color in the theme is represented by a color card.
  • Each color card displays:
    • hex value of the color
    • the role of the color
    • the color itself in the background color of the element
    • the font in the respective contrastText color

💡 Check if your colors are accessible: Contrast Checker

Tasks

  • Set up a React component for displaying a single color card.
  • Display hex value, role and contrastText on each color card.
  • Style color cards to accurately represent the colors.
  • Map color cards for each color in the theme.
@doemser doemser added Start This is the starting point of the app. MVP labels Apr 26, 2024
@doemser doemser changed the title Part 1: Display Single Theme Part 1: Display Color Theme Apr 26, 2024
@doemser doemser changed the title Part 1: Display Color Theme Part 1: Display Theme Colors Apr 26, 2024
@doemser doemser changed the title Part 1: Display Theme Colors #1: Display Theme Colors Apr 29, 2024
@doemser doemser added MVP Minimum viable product and removed MVP labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MVP Minimum viable product Start This is the starting point of the app.
Projects
None yet
Development

No branches or pull requests

1 participant