/pokedex

A comprehensive Pokédex clone, providing detailed information on Pokémon species, abilities, and stats, with a user-friendly interface.

Primary LanguageTypeScript

Pokédex

Welcome to our Pokédex clone, a feature-rich application that allows you to explore the vast world of Pokémon, offering detailed insights into each species, their abilities, and stats through an intuitive and visually appealing interface.

Screenshot of project

Overview

This is a Next.js project bootstrapped with Create Next App and managed with pnpm.

Getting Started

Prerequisites

Make sure you have Node.js and pnpm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/slvstr-dev/pokedex.git
  2. Navigate to the project directory:

    cd pokedex
  3. Install dependencies:

    pnpm install

Development

Start the development server:

pnpm dev

Open http://localhost:3000 in your browser.

Build

Build the production-ready application:

pnpm build

Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.