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.
- Clone this repository
- Run
npm install
- Run
npm run dev
to start local development
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.
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.
Nice animations throughout. This espeically includes CSS View Transitions in many places for the artworks.
Supports dark and light mode, as well as matching your system theme.
This app uses TailwindCSS classes and ShadCN components for styling
The app is deployed here.