Skip to content

csq/pokemon-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Card Viewer

animated

A simple React application that fetches and displays all Pokémon from the PokeAPI in a card format. This project showcases how to use React for building a user interface and how to make API calls to retrieve data.

Features

  • Fetches Pokémon data from the PokeAPI
  • Displays Pokémon in a card format
  • Responsive design for better user experience
  • Search functionality to filter Pokémon by name or ID

Technologies Used

  • React
  • CSS (for styling)
  • PokeAPI (for Pokémon data)

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (version 14 or higher)
  • npm (Node package manager)

Installation

  1. Clone the repository:

    git clone https://github.com/csq/pokemon-cards.git
  2. Navigate to the project directory:

    cd pokemon-cards
  3. Install the dependencies:

    npm install

Running the Application

To start the development server, run:

npm start

This will open the application in your default web browser at http://localhost:3000.

Usage

Once the application is running, you will see a grid of Pokémon cards. Each card displays the Pokémon's name, image, and type. You can use the search bar to filter Pokémon by name or ID.

License

This project is licensed under the GNU GPLv3 License - see the COPYING file for details.

About

A simple React application that fetches and displays all Pokémon in card format

Topics

Resources

License

Stars

Watchers

Forks

Contributors