Skip to content

Files

Latest commit

83e4dac · Apr 30, 2025

History

History
35 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.26 KB

Artisearch

Description

Artisearch is a simple app to search for and find information about various artists and artworks. The features artworks are those in the Art Institute of Chicago.

How to Run

  1. Clone this repository
  2. Run npm install
  3. Run npm run dev to start local development

APIs used

The main API this app uses is the Art Institute of Chicago's Public API. This includes getting artworks, searching for them, and getting artists. All artworks, artists, and their accompanying information are supplied by them.

Extra Features

Favorites

Ability to favorite artworks. Press the heart on any artwork to add it to your favorites! These are saved to your local browser. You can view them by clicking the "Favorites" tab.

Animations

Nice animations throughout. This espeically includes CSS View Transitions in many places for the artworks.

Theme Switching

Supports dark and light mode, as well as matching your system theme.

Styling

This app uses TailwindCSS classes and ShadCN components for styling

The app is deployed here.