Collapsible list with Bootstrap Accordion

I used React JSX to avoid creating a new Card for each country.

All I did was looped through each country’s data and returned the output as an Accordion inside a Card tag.

Check out the final page here.

A collapsible tabbed list of countries and their details
List of countries rendered from the Bootstrap Accordion

The Code — that calls the Javascript function

---
id: countries
---
import…

--

--