This is a small web application where there is a list of users who can be selected to send an invitation.
The application consists of one page with the list of fetched users. There is a field to search for a user by name or email. To the right of each user there is a button to add him to the list of invited. When you click on the button below, an invitation is simulated to the selected users.
- Using the useState and useEffect hooks;
- Using onClick events on elements;
- Import icons, libraries, hooks and components;
- Using conditional rendering using the ternary operator;
- Working with props;
- Using Fetch requests;
- Making a search input;
- Making adaptations for different screens;
- Using components as content loader;