Skip to content

Instantly share code, notes, and snippets.

@vinitshahdeo
Last active March 27, 2022 11:51
Show Gist options
  • Save vinitshahdeo/cac62764be7e6323c50def66f18b45f0 to your computer and use it in GitHub Desktop.
Save vinitshahdeo/cac62764be7e6323c50def66f18b45f0 to your computer and use it in GitHub Desktop.
Design a React App to display a list of users in tabular form. You can use Random User API to fetch the list of users and tabulate name, email and city of the users.

Problem Statement

Design a React App to display a list of users in tabular form. You can use Random User API to fetch the list of users and tabulate name, email and city of the users.

Random User API: https://randomuser.me/api/?results=20

Additional Features

Add a search bar on the top to filter the users based on query terms. This should be an exhaustive search on email, name and city.

Suggestions

  • If you're looking for online IDEs, it's recommended to use CodeSandbox.
  • You may use any framework like Bootstrap to make it responsive.

Resources

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