Skip to content

ElliJay1116/CTD-OpenAPIProject-26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is going to be an Open Source API

Art Institute Open API Project

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.

Features

  • 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.

Requirements

  • Modern web browser (Chrome, Firefox, Edge, Safari)
  • Internet connection (to fetch API data)

How to Run

  1. Clone or download the project folder to your computer.
  2. Open index.html in your web browser.
  3. Click on "See Artwork Images" to navigate to the images page.
  4. Click "See Artwork Info" to return to the artwork titles page.
  5. Repeat for other entries as desired.

Project Structure

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

About

This is the Open API Project from Code the Dream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors