Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/w2wizard/flickrnext


https://github.com/w2wizard/flickrnext

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Flickrnext - A Flickr Image Search App

This is a simple image search app that uses the Flickr API to search for images. It was built using Next.js 14.

# Development

First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

# Build

First, run the build server:
```bash
npm run build
# or
yarn build
# or
pnpm build
# or
bun build
```

---

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Open [https://flickrnext.vercel.app/?q=cat](https://flickrnext.vercel.app/?q=cat) with your browser to see the deployed result.

# Result
![image](https://github.com/W2Wizard/flickrnext/assets/63303990/2b52d41f-9115-442a-9d8e-692b19f75c23)