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

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.

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.