This is a Next.js project bootstrapped with create-next-app
.
First, download packages:
npm i
Next, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Key Features
- Users should be able to select one or more dog breeds.
- Selecting a breed should display images of that breed in the gallery.
Additional Features
- API error handling.
- Search.