F
F
factvlad2022-02-09 10:58:06
RESTful API
factvlad, 2022-02-09 10:58:06

How to link Rest API and redux/reducer?

Good day.
I received a test task, I don’t have enough knowledge to complete it, but there is a desire to figure it out.

The essence of the task:
1. Create a simple application for managing users (create, read, update, delete).
2. Reading data from the API and displaying it in a table.
(Maybe someone will immediately tell you a good service, so that there would be data of the format
1. name ( max 60 symbols )
2. surname ( max 60 symbols )
3. date of birthday ( dd.mm.yyyy )
4. phone ( 0xxyyyyyyy )
5 .email ( [email protected] )
6. create/update user date ( dd.mm.yyyy
HH:MM )
)

UI part :
• Presentation of data in the form of a table with filters and pagination (10 items per page).
• All input fields should have validation and user-friendly warnings about incorrect data.
• All models that are used for data binding should be cleared after the end of the interaction.
with this.
• 1 component must be used to create and update users.
• Convenient notifications for error messages from the server.

I would love to read your suggestions for solving this problem.
Thank you for your attention.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question