Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.05 KB

File metadata and controls

55 lines (35 loc) · 2.05 KB

Python Labs

Pokemon App

License

This is a Python Django application that connects to the Pokemon API to retrieve a list and creates a grid with Pokemon names and URLs. Clicking the "Detail" button retrieves a list of abilities for the selected Pokemon and creates a grid with abilities.

Table of Contents

Project Overview

The Pokemon App is a Python Django application that interacts with the Pokemon API to retrieve data about Pokemon species. It allows users to view a list of Pokemon names and URLs in a grid format. The "Detail" button can be clicked to fetch additional details, such as abilities, for a specific Pokemon.

Features

  • Retrieve and display a list of Pokemon names and URLs.
  • Fetch and present a list of abilities for a selected Pokemon.
  • Grid-based layout for easy viewing and navigation.

Installation

To run the Pokemon App locally, follow these steps:

  1. Clone the repository: git clone https://github.com/nestorojas/Python_Labs.git

  2. Install the required dependencies:pip install -r requirements.txt

  3. Run the application: python manage.py runserver

Open a web browser and go to http://localhost:8000 to access the Pokemon App.

Usage

Upon accessing the application, you will be presented with a grid of Pokemon names and URLs. Click the "Detail" button for a specific Pokemon to fetch and display its abilities in a grid format.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

For any inquiries or feedback, please contact me via email or visit my website:

Email: nestor.rojas@kondorplus.net Website: https://www.kondorplus.net