DoggoPics is a simple web application that allows users to view cute dog pictures. You can either request a random dog image or choose a specific breed from a dropdown to see images of that breed. Powered by the Dog CEO API, this app brings you your daily dose of adorable doggos!
- Random Dog Picture: Displays a random dog image each time the user clicks the button.
- Breed Selection: Users can select a breed from a dropdown list and view a random image of that breed.
- Responsive Layout: The website is designed to be mobile-friendly and adapts to different screen sizes.
- Dog CEO API (https://dog.ceo/dog-api/)
- Open the
index.html
file in your browser. - To see a random dog image, click the "Show me a random dog" button.
- To view a dog of a specific breed, select a breed from the dropdown and click the "Show me a dog of the breed" button.
To run the DoggoPics project locally:
- Clone the repository or download the project files.
- Open the
index.html
file in any modern browser (e.g., Chrome, Firefox, etc.). - Ensure you have an active internet connection for the API calls to work.
No server-side setup is required as it only uses client-side technologies.
If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the MIT License.