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 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:01:39.000Z (over 3 years ago)
- Last Synced: 2025-11-16T20:34:09.503Z (7 months ago)
- Topics: image, imagesearch, javascript, netlify, npm, unplash-api, vue
- Language: Vue
- Homepage: https://searchimage.netlify.com/
- Size: 3.73 MB
- Stars: 1
- Watchers: 1
- 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.

## 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
```