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 News Slider Component with Flowbite and Drupal Data Fetching #22

Closed Alina-Khmilevska closed 10 months ago

Alina-Khmilevska commented 10 months ago

We need to create a dynamic News slider component for our React application that fetches news items from our Drupal backend (/upsa-api/news) and displays them using Flowbite.

Objectives:

Requirements:

Acceptance Criteria:

Alina-Khmilevska commented 10 months ago

I am pleased to inform you that the slider for displaying news has been successfully implemented and integrated into the site. The slider is built using react-slick and flowbite and is configured to show four items at a time with the ability to scroll through one by one.

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