Pular para o conteúdo principal
Logo do site
Voltar para a página inicial

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.

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

Problema

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.

Resultado

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

Destaques

  • 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