• Stars
    star
    1
  • Language
    JavaScript
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a basic React SPA, which displays the data fetched from the JSONPlaceholder API in a table. This table has some general features like sorting (which will sort the data in ascending or descending order), pagination (which is used to display data in a more organized manner) and filter (where the user can filter out the data based on their input like Name, User Name, Email, Phone and so on). There is also a "Details“ button at the end of each row which displays the data of the individual row in a pop-up box.