droman892 / animal-api

This is an application for selecting the name of a dog breed and using the Dog API to display images of that particular breed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animal API App

This is an application for selecting the name of a dog breed and using the Dog API to display images of that particular breed.

🐶 🖼️ 🐕

Description

This is a simple image-fetching application intended to showcase a straightforward interface that fetches data through an API and displays images of the dog breed selected.

Users are able to fetch dog images from a dropdown menu, and click on the images to view more images of the selected breed.

Preview

Weather API App - GIF

Live Preview

Business Use Case

  • Individual/Business needs to incorporate image data into an application

Status

Download and Installation

  • Clone the repo: git clone https://github.com/droman892/animal-api.git

Usage

After the project files are downloaded, feel free to edit the HTML, CSS, and JavaScript files to edit the application as you see fit. To preview the changes you make to the code, you can open the index.html file in your web browser.

Roadmap

This image-fetching API application was created to exercise API consumption. However, there are prospective enhancements that could be incorporated:

  1. include another API to show facts about the selected breed
  2. include media queries for added responsiveness

Bugs and Issues

See a bug or an issue with this project? Open a new issue here on GitHub.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This weather application is maintained by David Roman.

License

MIT

About

This is an application for selecting the name of a dog breed and using the Dog API to display images of that particular breed.


Languages

Language:JavaScript 53.1%Language:CSS 25.7%Language:HTML 21.2%