Skip to content

RJ-246/harvard-react

Repository files navigation

React Harvard Art Museums

GitHub Pages Link

See the deployed app here

Description

This project is designed to allow users to explore the art collections of the Harvart Art Museums. Users can filter by various categories to find art that is interesting to them.

Instructions

There should be no additional setup to run the project locally assuming you have node installed on your computer. To test locally, simply clone the project and run npm install to download dependencies. Finally, run npm run dev to run the app locally.

API Used

For this project I used the Harvard Art Museums API. To handle the data I created TypeScript interfaces for the various data return data from the API. When I make a request for the different data types, I am then able to declare the expected shape of the data returned and access properties by name.

Additional Features

I used Shadcn components and tailwindcss for styling.

About

For IS 542 class project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published