Skip to content

Instantly share code, notes, and snippets.

@nickmarden
Last active June 6, 2022 19:54
Show Gist options
  • Save nickmarden/3afc17f603de6922ded97211a3299858 to your computer and use it in GitHub Desktop.
Save nickmarden/3afc17f603de6922ded97211a3299858 to your computer and use it in GitHub Desktop.

Fetch this api endpoint See this guide for details about the api.

Display the returned data in whatever format you want. Each post should also display the name of the user and his/her email.

Include:

  • a search box to filter out articles by username or title
  • a control to order alphabetically by username or title

Use functional components, even better if you use TS. Your code should be readable and maintainable.

Please post your solution in codesandbox and provide the link to your recruiting contact.

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