/React---User-List-Workshop

My First Project with React

Primary LanguageJavaScript

My Fisrt Project with React

Home

home

This is the homepage of my project, which manages user data.

Info

info

By clicking the information button, a window opens that provides more details about the selected person.

Add

add

Clicking the 'Add new user' button opens a new window where you can fill in the details and register a new user.

Delete

delete

After clicking the 'delete' button, a dialog box appears, prompting for confirmation to delete the selected user. Once confirmed, the user is deleted from the server and removed from the DOM tree.