Note that you will need to have Node.js installed.
Svelte paintings is a Svelte app the pulls from the Harvard Art Museum API.
This app specifically pulls the works of Edgar Degas, and sorts them by classification, which translates to type of work.
Click a button, and see all works by Degas of that classification. Scroll sideways to mimic the experience of walking through a museum.
To demonstrate:
Professional workflow Front-end engineering knowledge learned throughout time at Turing The ability to use a concept/library/framework that you have not been taught explicitly at Turing
Clone or fork this repo and then cd into it.
run npm install
run npm run dev
Navigate to localhost:5000. You should see the app running.