An open API service indexing awesome lists of open source software.

https://github.com/gcmoony/art-gallery

An online gallery to view the available works at The Art Institute of Chicago
https://github.com/gcmoony/art-gallery

css html javascript rest-api

Last synced: 5 months ago
JSON representation

An online gallery to view the available works at The Art Institute of Chicago

Awesome Lists containing this project

README

          

# Welcome to the Art Gallery

A website using [Art Institute of Chicago](https://www.artic.edu/)'s REST API to
showcase images and available tours. Please check out the API
[here](https://api.artic.edu/docs/).

## How to run the application

If browsing online:

- Visit the deployed GitHub Page [here](https://gcmoony.github.io/art-gallery/).

If cloning the repository:

- In a terminal, run the following:
- `git clone https://github.com/gcmoony/art-gallery.git`

You can open the project in VSCode and use Live Server to see changes being made
in real-time. Or just open `index.html` or `tours.html` in the browser and
refresh the browser every time you save changes while editing the files.