Skip to content

Instantly share code, notes, and snippets.

@vinitshahdeo
Last active December 4, 2025 17:53
Show Gist options
  • Select an option

  • Save vinitshahdeo/cac62764be7e6323c50def66f18b45f0 to your computer and use it in GitHub Desktop.

Select an option

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

Resources

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