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

Integrate 'Our Team' RESTful View Data into React Component #19

Closed Alina-Khmilevska closed 1 year ago

Alina-Khmilevska commented 1 year ago

We have a newly created RESTful API endpoint that provides data for 'Our Team' section, filtered by the city (e.g., Kyiv). This data needs to be fetched and displayed in the 'Our Team' block within our React application.

Objectives:

Acceptance Criteria:

Data Fetching:

Dynamic Display:

Error Handling:

Performance:

Styling:

Use Flowbite or similar libraries to ensure the UI is consistent with the design system. Ensure the display is responsive and accessible.

Alina-Khmilevska commented 1 year ago

I've made significant progress on the 'Our Team' section feature: