Skip to main content
Site logo
Back to home

João Victor · 2023

Metropolitan Museum

Front-end engineer (solo)

This app consumes the api of metropolitan museum and makes easier seach for an artist, work or location.

Visit site
  • React
  • Next.js
  • Stitches
  • Radix UI
Metropolitan Museum

Problem

The Metropolitan Museum's public collection API is powerful but low-level, with no friendly way to browse it across artists, works, and gallery locations.

Outcome

A responsive Next.js app that turns the Met Collection API into a browsable, image-forward experience — search by artist, work, or location.

Highlights

  • Consumes the Met Collection API via Axios
  • Search across artist, work, and location
  • Image-forward browsing with Keen Slider carousels
  • Accessible UI built on Radix primitives, styled with Stitches

README

Metropolitan Museum

This app consumes the api of metropolitan museum and makes easier seach for an artist, work or location.

Techs

How to run

# Requirements
  - Node installed
  - Git installed

# clone this repository
git clone git@github.com:joaovictor3g/museum-app.git

# In the project folder, run the command:
npm i

# Run
npm run dev