Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w2wizard/flickrnext
https://github.com/w2wizard/flickrnext
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/w2wizard/flickrnext
- Owner: W2Wizard
- Created: 2024-06-25T08:27:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T19:53:24.000Z (5 months ago)
- Last Synced: 2024-07-04T13:45:42.913Z (5 months ago)
- Language: TypeScript
- Homepage: https://flickrnext.vercel.app
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)