- To test knowledge of consuming APIs and handling responses
- To test the knowledge of onChange handlers
- Loading state and knowing how to handle props
- Pass id to UserDetails component to Fetch and display User details
- Make the search in Top Menu functional (Search by User name)
- Take a look at Apollo client documentation
- How to pass props to child/sister components?
- How much logic do you offload out of the UI components?
- How can you Imporove the UI
- UI/UX for all elements, including previews (mobile responsive)
- GraphQl Client connected
- list of Users displayed in Users.js
- Run
node index.js
to start the server on localhost:8000/graphql