Front-End Developer
CurrentImplemented a function to handle pagination, receiving limit and offset responses from the backend. The function correctly numbers items in the list when changing pages, ensuring seamless rendering without reloading.Created an input component with two icons for different purposes: a dropdown arrow for selecting values and a clear icon for removing the current value.Optimized code and structure by using a single component for both create and edit modals. The parent component passes the title and value, and the child component determines the appropriate modal to display.