Users List Table

A React Project which lists the Users List and gives options to view their Profile and Posts.

Project setup

yarn install

Development

yarn dev

Build for Production

yarn build

Live Demo deployed on Netlify

Features Implemented

  • Listing Users in table.
  • Render the table inside an iframe.
  • Can search the list of users in the table.
  • Can View Profile and Posts of the particular user by clicking on the link in the table
  • Add Sidebar to show the Profile and Posts of the Current User.

Pending Tasks / Things to be improved

  • Overall styling of the application can be improved.
  • Could not add tests for the app.

Packages / Frameworks Used