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
- Host: GitHub
- URL: https://github.com/gcmoony/art-gallery
- Owner: gcmoony
- Created: 2025-02-19T20:55:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T16:22:10.000Z (over 1 year ago)
- Last Synced: 2025-08-03T01:21:09.672Z (11 months ago)
- Topics: css, html, javascript, rest-api
- Language: HTML
- Homepage: https://gcmoony.github.io/art-gallery/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.