Skip to content

#4: Create Users Table Page #41

Description

@AnanthKini1

Quote

"Bad boys" - Lionel Messi

Description

This PR implements a read-only table in a new frontend component displaying all signed-up users. This will make it easy to see who's involved, their contact info, and which project they're on.

Instructions

Task

  • Create client/src/components/Users.jsx
  • Fetch data from GET /users on page load
  • Display users in a table with columns: Name, Email, Project
  • Handle the loading state (before data arrives) and the empty state (no users yet)
  • This table is read-only for this issue -- no editing functionality yet, will be included in a future issue
  • No styling necessary for this

Acceptance Criteria

  • Users.jsx created
  • Table fetches and displays all users from GET /users
  • Columns: Name, Email, Project
  • Loading state and empty state handled (no crash before data arrives, no users in table)

Resources

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions