About

Note:

All assets and data resources are used from PokéAPI and pokenode-ts. This website is not produced, endorsed, supported, or affiliated with Nintendo or The Pokémon Company.

Introduction

Welcome to the PokéDex Website! This is a web application built using Next 13, Tailwind CSS, PokéAPI and pokenode-ts, that provides a comprehensive collection of information about all your favorite Pokemon species.

Getting Started

To get started with the project, you can simply clone the repository:

git clone https://github.com/Vishal-Kamath/pokedex.git

After that, navigate to the project directory and install the dependencies:

cd pokedex
npm install

Once the dependencies are installed, you can run the development server:

npm run dev

This will start the development server at http://localhost:3000. You can then open your browser and navigate to that URL to view the Pokedex website.