massaracsh7 / pokedex

https://pokedex-nine-tan.vercel.app
0 stars 0 forks source link

Pokedex Project

"Pokedex"

This project is a Pokedex application that leverages a public PokeAPI to display a list of Pokémon, allow users to view details for each Pokémon, and filter and sort the list based on type. The app is built using Redux Toolkit for state management, ensuring a smooth user experience with infinite loading, search, and filtering functionality.


Deploy


About the Project

Stack

Setting up

  1. Clone this repo:

    
    $ git clone https://github.com/massaracsh7/pokedex.git
  2. Go to the downloaded folder:

    
    $ cd pokedex
  3. Install dependencies:

    
    $ npm install
  4. Run the app in the development mode:

    
    $ npm run dev
  5. Open http://localhost:5173 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Available Scripts