Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 915 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 915 Bytes

🖼️ Take Home Code Challenge

What

Create a single-page application in Vue.js that functions as an art gallery using the Hardvard Museums API. Use the API to present items from the Harvard Museums collection.

Demo the final product

Result

main-page

search

responsive

Project setup

# Install dependencies
npm install

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Run tests
npm run test

# Run Lint
npm run lint