Skip to content

camplight/successful-homework-example-2

Repository files navigation

⭐ Test Task - User List Application

Objective:

Develop an application that allows a user to view, add, update, and delete users from a list.

Requirements:

List Users:

  • Display a list of users with their Name, Email, and Phone number.
  • Implement pagination.
  • Each user should have a 'Delete' button next to their details.

Add/Update/Delete User:

  • Provide a form to manage users with fields for Name, Email, and Phone number.
  • Validate that all fields are filled before submitting.

Error Handling:

  • Display user-friendly error messages if the API calls fail.

Bonus Tasks:

  • Add a search bar to filter through the user list based on their names.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors