Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 848 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 848 Bytes

🖼️ Art-Institute-Chicago

The goal of this project is to provide an immersive way to browse the works housed at the Art Institute Chicago.

Technologies

The project makes use of:

Roadmap

  • Connect to API and load images
  • Loading animation when user first visits site
  • Load-in animation for art
  • Detail view of art
  • Search & Filter

To get started locally

1. Clone project

git clone https://github.com/ethanfox/art-institute-chicago.git

2. Navigate into the Project Directory

cd art-institute-chicago

3. Install Dependencies

bun install

4. Run the Development Server

bun run dev