Alina-Khmilevska / UPSA-React

This repository contains the source code for the UPSA Pharmaceutical Organization's website, developed using the React library.
1 stars 0 forks source link

Implement Data Fetching for UPSA Partners Section from API #24

Closed Alina-Khmilevska closed 1 year ago

Alina-Khmilevska commented 1 year ago

The UPSA Partners section on our webpage needs to be dynamic. We aim to retrieve the data for this section from our backend API endpoint /upsa-api/partners.

Acceptance Criteria:

Alina-Khmilevska commented 1 year ago

Data for the slider is dynamically pulled from Drupal via the API at /upsa-api/partners. All API calls have been tested and are functioning properly, with data loading and displaying without delays.