Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon API Usage

This repository contains a simple PHP-based web application that demonstrates the usage of the Pokémon API. The application fetches data from the API to display information about Pokémon, including their names, abilities, and stats.

Prerequisites

Before running this application, ensure you have the following installed on your system:

  • PHP (>= 7.0)
  • cURL extension for PHP

Getting Started

To get started with this application, follow these steps:

  1. Clone this repository to your local machine using git clone.
  2. Navigate to the directory where you cloned the repository.
  3. Start a PHP server by running php -S localhost:8000 in your terminal.
  4. Open your web browser and go to http://localhost:8000 to view the application.

Usage

The application allows you to navigate through pages of Pokémon data and view details for each Pokémon.

  • Use the arrow buttons (< and >) to navigate between pages.
  • You can also directly input the page number and press Enter to navigate to that page.

Features

  • Fetches Pokémon data from the PokéAPI using cURL.
  • Displays Pokémon images, names, abilities, and stats.
  • Implements pagination to navigate through large datasets.

Technologies Used

  • PHP
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • PokéAPI

Credits

This application was created by [Your Name].

License

This project is licensed under the MIT License.

About

Usage of the Poki API, with PHP and JQuery.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages