Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hraverkar/imagesearch
- Owner: hraverkar
- License: mit
- Created: 2019-11-16T20:55:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:01:39.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T09:47:36.336Z (over 1 year ago)
- Topics: image, imagesearch, javascript, netlify, npm, unplash-api, vue
- Language: Vue
- Homepage: https://searchimage.netlify.com/
- Size: 3.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```