Skip to content

barkerbg001/Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex React App

This project is a simple Pokedex application built with React. It uses the PokeAPI to fetch information about Pokémon and display it in a searchable grid format.

Features

  • Fetch and display Pokémon data from the PokeAPI.
  • Search functionality to filter Pokémon by name.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Bun (visit Bun.sh for installation instructions).
  • You have a basic understanding of React concepts.

Installing Pokedex

To install Pokedex using Bun, follow these steps:

  1. Clone the repository:
    git clone https://github.com/barkerbg001/Pokedex
  2. Navigate to the project directory:
    cd pokedex
  3. Install the necessary packages using Bun:
    bun install

Using Pokedex

To use Pokedex, follow these steps:

  1. Start the development server with Bun:
    bun start
  2. Open your browser and go to http://localhost:3000.

You should see the Pokedex application running and be able to search for Pokémon using the search input.

Contributing to Pokedex

To contribute to Pokedex, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively, see the GitHub documentation on creating a pull request.

License

This project uses the following license: MIT.