Skip to content

Petrini-sDev/PokeDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Pokémon Pokedex App

This is a React Next.js application that leverages the PokéAPI to display all the different Pokémon in the Pokédex. The app allows users to browse through Pokémon and view their details.

Features

  • Display a list of Pokémon from the Pokédex
  • View detailed information about each Pokémon, including stats, types, and abilities

Demo

Check out the live demo of the app here.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository

    git clone https://github.com/your-username/pokemon-pokedex-app.git
  2. Navigate to the project directory

    cd pokedex-app
  3. Install dependencies

    npm install

Running the App

To start the development server, run:

```sh
npm run dev
```

Usage

Fetching Pokémon Data

The app uses the PokéAPI to fetch Pokémon data. The API requests are handled using Next.js's API routes.

Custom Components

  • PokemonList: Displays a list of Pokémon.
  • PokemonCard: Displays individual Pokémon details.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements

  • PokéAPI for providing the Pokémon data.
  • Next.js for the amazing framework.
  • React for the UI library.

Releases

No releases published

Packages

No packages published