This is going to be an Open Source API
This project fetches data from the Art Institute of Chicago API and displays artwork information and images on separate pages. Users can navigate between artwork titles & artists and artwork images.
- Displays a list of artwork titles and their artists.
- Displays artwork images for artworks that have images.
- Navigation links allow switching between "Artwork Info" and "Artwork Images" pages.
- Modern web browser (Chrome, Firefox, Edge, Safari)
- Internet connection (to fetch API data)
- Clone or download the project folder to your computer.
- Open
index.htmlin your web browser. - Click on "See Artwork Images" to navigate to the images page.
- Click "See Artwork Info" to return to the artwork titles page.
- Repeat for other entries as desired.
project-folder/ ├── index.html # Artwork titles & artist info page ├── images.html # Artwork images page ├── index.js # JavaScript for index.html ├── images.js # JavaScript for images.html ├── images.css # Optional styling for images.html ├── index.css # Optional styling for index.html └── README.md # This file