Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hraverkar/imagesearch

Search Image using Unsplash API. based on keyword search.
https://github.com/hraverkar/imagesearch

image imagesearch javascript netlify npm unplash-api vue

Last synced: about 5 hours ago
JSON representation

Search Image using Unsplash API. based on keyword search.

Awesome Lists containing this project

README

        

# Create a Pinterest style grid

How to create a Pinterest style grid for images.
![Pinterest style grid layout](https://i.ibb.co/y6hCFWK/chrome-UYgt-Wye-Bw-U.jpg)

## Read the article
This repo fork from [Jennifer Bland](https://github.com/ratracegrad/vue-pinterest).
If you would like to read the article you can view it [on medium.com here](https://medium.com/@ratracegrad/creating-a-pinterest-style-image-gallery-in-vue-927836b7d173)

## Live Preview

You can [view the app live here] (https://searchimage.netlify.com/)

## Tech Stack

* Vue.js
* JavaScript

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```