Skip to content

HamzaMahmood1999/react-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge

Goals/Outcomes

  • To test knowledge of consuming APIs and handling responses
  • To test the knowledge of onChange handlers
  • Loading state and knowing how to handle props

Requirements

  • Pass id to UserDetails component to Fetch and display User details
  • Make the search in Top Menu functional (Search by User name)

Think about

  • 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

What's Already Been Done

  • UI/UX for all elements, including previews (mobile responsive)
  • GraphQl Client connected
  • list of Users displayed in Users.js

Setup

  • Run node index.js to start the server on localhost:8000/graphql

About

A challenge to test React skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.2%
  • CSS 43.2%
  • HTML 6.6%