Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 656 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 656 Bytes

Local Run Instructions

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.

Development Goals

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.