- Created react app using vite
- Created usertable component and added a table
- Used axios to fetch data
- Displayed data and applied pagination
- Wrote a function to sort by name and email in alphabetical order
- Added react router dom for adding routes
- Created another component userDetails and applied route
- Added options to choose number of rows in a page
- Finally, added some styles