This website will show some users and their informations which are fetched from https://dummyjson.com/users api. Below are the features I added in this app:
- Added search user by name functionality.
- Added sort users by name/ email/ company name functionality.
- Added a form to add new user.
Additionally, I added react-router-dom to route between web pages.