Puppy-API

🐕 The Doge House

A fun, interactive web application for dog lovers to discover random cute dog images of various breeds.

The Doge House App

🦴 Features

🐾 Technologies Used

🐶 Getting Started

System Requirements

First, clone this repository:

git clone https://github.com/yourusername/Puppy-API.git
cd Puppy-API

Install dependencies:

npm install
# or
yarn install
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the app.

🦮 How It Works

The app fetches random dog images from the Dog CEO API and extracts breed information from the image URL. With each new image, it updates a counter to track how many dogs you’ve discovered.

The UI features subtle animations, including:

🐩 Customization

You can customize various aspects of the app:

📷 Screenshots

[Screenshots would be added here once the app is deployed]

📱 Responsive Design

This app is designed to work beautifully on all screen sizes:

🐕‍🦺 API Information

This project uses the Dog CEO API, a free, public API for dog images.

🦴 License

This project is open source and available under the MIT License.


This is a Next.js project bootstrapped with create-next-app.

Learn More About Next.js

Deployment

The easiest way to deploy this application is using the Vercel Platform.

Check out the Next.js deployment documentation for more details.