Skip to content

Ryalcantara/react-pokedex-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Pokedex

Pokedex Screenshot

React Pokedex is a simple web application that allows you to explore and search for information about various Pokemon. It uses the Pokemon API to fetch data and display it in an organized manner.

Table of Contents

Demo

You can see a live demo of the React Pokedex here: Live Demo

Features

  • View a list of Pokemon with their names and images.
  • Search for specific Pokemon by name or ID.
  • Responsive design for both desktop and mobile.

Getting Started

These instructions will help you set up the project on your local machine.

Prerequisites

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/Ryotard/react-pokedex-vite.git
    
  2. Navigate to the project directory:

    cd react-pokedex-vite
    
  3. Install the project dependencies:

    npm install

Usage

To start the development server, run:

 npm run dev

API

The React Pokedex application uses the Pokemon API to fetch Pokemon data. You can explore the API documentation to learn more about the available endpoints and data.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your fork.
  5. Create a pull request to the main branch of this repository.

About

A new pokedex utilizing bundler veet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published