This application generates 10 random users' data using Randomuser.me-Node API. You can regenerate new users, remove all users, expand or collapse a single user, expand all users, or collapse all users.
- Clone the repository to your local machine.
- Install the required dependencies by running
npm install. - Run
ng servefor a dev server. Navigate tohttp://localhost:4200/
The application is a single-page app that displays the generated user data. You can perform the following actions:
- Regenerate new users by clicking the "Regenerate New Users" button.
- Remove all users by clicking the "Remove All Users" button.
- Expand a single user's profile details by clicking the "Expand User" button.
- Collapse a single user's profile details by clicking the "Collapse User" button.
- Remove a user by clicking the "Remove User" button.
- Expand all users by clicking the "Expand All Users" button.
- Collapse all users by clicking the "Collapse All Users" button.
- Angular
- Randomuser.me-Node API
Feel free to submit any bug reports or feature requests to the GitHub repository.
