https://github.com/w2wizard/flickrnext
https://github.com/w2wizard/flickrnext
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/w2wizard/flickrnext
- Owner: W2Wizard
- Created: 2024-06-25T08:27:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T19:53:24.000Z (about 1 year ago)
- Last Synced: 2025-03-06T13:44:28.152Z (4 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
