Welcome to My First API Project!
This project is a simple web application built using the Dog API, which can be accessed at Dog CEO API. The Dog CEO API provides images of various dog breeds, and I utilized this API to create a web application that displays dog images based on the selected breed.
- Objective: The main goal of this project was to gain hands-on experience with APIs and fetch data from an external source.
- API Used: Dog CEO API
- Features:
- Allows users to select a dog breed from a dropdown menu.
- Fetches images of the selected dog breed from the Dog CEO API.
- Displays the fetched images on the webpage for users to view.
- HTML: Used for structuring the web pages and defining their content.
- CSS: Used for styling the web pages and enhancing the user interface.
- JavaScript: Used for making API requests and updating the webpage dynamically.
- Dog CEO API: Used for fetching images of dog breeds.
To view the project in action, you can access it here.
To run this project locally on your machine, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/my-first-api-project.git
- Navigate to the project directory:
cd doggos-project
- Open the
index.html
file in your web browser to view the web application.