https://github.com/doobie-droid/unsplash-clone
This is an unsplash clone using unsplash's api to display and search for images in a masonry-grid layout pattern achieved without any external dependencies.
https://github.com/doobie-droid/unsplash-clone
blurhash cowrywise css-gri masonry-grid scss
Last synced: 4 months ago
JSON representation
This is an unsplash clone using unsplash's api to display and search for images in a masonry-grid layout pattern achieved without any external dependencies.
- Host: GitHub
- URL: https://github.com/doobie-droid/unsplash-clone
- Owner: doobie-droid
- Created: 2025-02-18T21:32:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T07:57:25.000Z (4 months ago)
- Last Synced: 2025-03-01T08:26:26.421Z (4 months ago)
- Topics: blurhash, cowrywise, css-gri, masonry-grid, scss
- Language: Vue
- Homepage: https://doobie-droid.github.io/unsplash-clone/
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Minimal Starter
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install dependencies:
```bash
# yarn
yarn install```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# yarn
yarn dev```
## Production
Build the application for production:
```bash
# yarn
yarn build
```Locally preview production build:
```bash
# yarn
yarn preview```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.