Portfolio

Carousel in React

I created a carousel in React (see GitHub repo). This React website is hosted on GitHub pages and uses:
  • A mock API to pull in image URLs and alt text
  • Accessibility features, including aria-live="polite" to show when the carousel has been updated and read out the image slide on VoiceOver (screen reader for Mac) and extensive testing on VoiceOver
carousel in action using previous and next buttons and breadcrumbs buttons   VoiceOver screen recording of the carousel

See Carousel in React >>

Web Developer: Matt Jennings

Technologies Used: React 19, modern CSS, mock API, and VoiceOver (screen reader for Mac).