[
  {
    "name": "pnp-sp-dev-spfx-web-parts-react-image-gallery",
    "source": "pnp",
    "title": "Filterable Image Gallery Web Part",
    "shortDescription": "This sample describe a SPFX application which implement an image gallery with taxonomy base filtering and typed search. This application also implement pagination.",
    "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-image-gallery",
    "longDescription": [
      "This sample describe a SPFX application which implement an image gallery with taxonomy base filtering and typed search. This application also implement pagination."
    ],
    "creationDateTime": "2019-03-01",
    "updateDateTime": "2022-05-23",
    "products": [
      "SharePoint"
    ],
    "metadata": [
      {
        "key": "CLIENT-SIDE-DEV",
        "value": "React"
      },
      {
        "key": "SPFX-VERSION",
        "value": "1.14.0"
      }
    ],
    "thumbnails": [
      {
        "type": "image",
        "order": 100,
        "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-image-gallery/assets/image-gallery.gif",
        "alt": "Filterable Image Gallery Web Part"
      }
    ],
    "authors": [
      {
        "gitHubAccount": "ejazhussain",
        "company": "Content and Code",
        "pictureUrl": "https://github.com/ejazhussain.png",
        "name": "Ejaz Hussain",
        "twitter": "EjazHussain_"
      }
    ],
    "references": [
      {
        "name": "Build your first SharePoint client-side web part",
        "description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
        "url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
      }
    ]
  }
]