technojam/technojam-frontend

Display data in Edit User Modal

Open

#253 opened on Oct 1, 2020

 (12 comments) (0 reactions) (1 assignee)JavaScript (94 forks)auto 404
HacktoberfestUIenhancement

Repository metrics

Stars
 (35 stars)
PR merge metrics
 (PR metrics pending)

Description

There is a list of registered users having details and some functionalities like edit and delete. The task is to load data from the list to modal.

The Users list looks like: users_list

When clicked on the edit button the details of that particular user should be visible in the modal. The UI for modal looks like: users_modal

Contributor guide