An app to share contact information in a company. The project was built with vanilla javascript.
Applied:
DRY principle
Recursion
- The data pulled displays 12 random users from a single API request.
- From the API request, I displayed some basic information that included; name, location, email address and phone number.
- The employees can dynamically be filtered by name.
- When the card of a particular employee is clicked, a modal containing more information about the employee is shown.
- Navigating forth and back on the modal to display other employees can be done.
- On the first card, there is no previous button and on the last card, there is no next button. Both buttons were not displayed in both cases.