Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 556 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 556 Bytes

EndlessGallery

Demo

Quick gallery app, with option to save favourites (stored in local storage), infinite scroll with ajax loading.

Css framework: TailwindCSS (just for fun, it's not necessary)

All requests to API goes through cors-anywhere.herokuapp.com

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint