Skip to content

Instantly share code, notes, and snippets.

@CastonPursuit
Created April 17, 2024 15:27
Show Gist options
  • Save CastonPursuit/a669b5cf9c302405f79135ae3681215d to your computer and use it in GitHub Desktop.
Save CastonPursuit/a669b5cf9c302405f79135ae3681215d to your computer and use it in GitHub Desktop.

Election Candidates React Assessment Rubric

Group X - Essentials Completed

  • Data is properly displayed: Candidate data is correctly rendered on the screen.
  • Cards auto populate on page: Candidate cards are visible upon page load.
    • Proper use of map: The map function is used effectively to iterate over candidate data.
    • Use of props: Data is passed to components using props.
  • Clean JSX: JSX code is well-formatted and easy to read.

Group Y - Basic Functionality

  • Data is properly displayed: Candidate data is correctly rendered on the screen.
  • Cards auto populate on page: Candidate cards are visible upon page load.
    • Proper use of map: The map function is used effectively to iterate over candidate data.
    • Use of props: Data is passed to components using props.
  • Clean JSX: JSX code is well-formatted and easy to read.
  • Proper component architecture/Component hierarchy: Components have a logical structure and hierarchy.

Group Z - UI Present

  • Data is properly displayed: Candidate data is correctly rendered on the screen.
  • Cards auto populate on page: Candidate cards are visible upon page load.
    • Proper use of map: The map function is used effectively to iterate over candidate data.
    • Use of props: Data is passed to components using props.
  • Clean JSX: JSX code is well-formatted and easy to read.
  • Proper component architecture/Component hierarchy: Components have a logical structure and hierarchy.
  • UI/UX matches the mock-up: The application's user interface matches the provided design.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment