AT A GLANCE
You'll be making a new page with a table to display user information
CONTEXT
At the moment the NPO has no way of seeing each user who's signed up along with their contact information and related project. Through this sprint, you will be making a new page that contains a table to display this information using the previously created API endpoints
TECHNICAL DETAILS
LEARNING GOALS
What's Important To Understand:
- Using API endpoints within frontend development
- using useEffect to fetch information
- Chakra Tables and their use cases
RESOURCES

AT A GLANCE
You'll be making a new page with a table to display user information
CONTEXT
At the moment the NPO has no way of seeing each user who's signed up along with their contact information and related project. Through this sprint, you will be making a new page that contains a table to display this information using the previously created API endpoints
TECHNICAL DETAILS
client/src/componentscreate a new file namedusers.jsxGETuser endpoint within auseEffectthat will fetch all of theseGETto obtain the npo name from the id that the user table will receiveclient/src/App.tsxand add this new component to our/usersrouteLEARNING GOALS
What's Important To Understand:
RESOURCES