A web-application for exploring artworks from the Art Institute of Chicago. Browse through a curated collection of art pieces.
- Browse artworks from the Art Institute of Chicago
- Search functionality
- Filter by art mediums
- Responsive design
- Node.js (version 16 or higher)
- npm or yarn
- Clone the repository:
git clone <your-repo-url>
cd art-vault- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and visit
http://localhost:5173
This project uses the Art Institute of Chicago API to fetch artwork data.