This ReactJS project is a simple web application that fetches dog breeds data from the Dog CEO's Dog API and displays it in a user-friendly format. Users can explore a wide variety of dog breeds, view random dog images, and learn more about each breed by clicking on them.
-
Browse Dog Breeds: The application allows users to browse a list of dog breeds.
-
View Dog Images: Users can see random images of dogs for each breed.
-
Search Functionality: A search bar is available for users to find specific breeds quickly.
Before running this project, make sure you have the following dependencies installed:
- Node.js: You need Node.js to run the project.
-
Clone the repository to your local machine:
git clone https://github.com/Agostin/react-dog-breeds.git
-
Navigate to the project directory:
cd react-dog-breeds -
Install the project dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and access the application at
http://localhost:5173.
- Browse the list of dog breeds and click on a breed to view a random image.
- Use the search bar to find specific breeds quickly.
- Enjoy the adorable images of dogs!
- This project makes use of the Dog CEO's Dog API for fetching dog breeds data.
Happy Dog Breeds Exploration! 🐾🐶