Skip to content

andersonsilva019/metropolitan-museum

Repository files navigation

Application for accessing artworks from the Metropolitan Museum of Art

This application allows users to search for artworks from the Metropolitan Museum of Art. Users can search by keyword or department. Users can also save artworks to their favorites list and view them later.

Demo

demo-artwork.mp4

Installation

Clone this repository and run:

npm install

Usage

To start the application, run:

npm run dev

Project Status

This project is currently in development. Users can search for artworks by keyword or department. Users can also save artworks to their favorites list and view them later. Future updates will include the responsive design and testing with vitest + react testing library.