Skip to content

Anshgrover23/pokedex

Repository files navigation

Pokedex

Pokedex is a web application built using React and Vite that allows users to browse and search for Pokémon.

Tech Stack

  • React: A JavaScript library for building user interfaces.
  • Vite: A build tool that offers a lean development experience.
  • ESLint: A tool for identifying and reporting on patterns found in JavaScript code.

Getting Started

To get started with the project, follow these steps:

Prerequisites

Make sure you have Node.js installed.

Installation

  1. Clone the repository:

    git clone https://github.com/Anshgrover23/pokedex.git
  2. Navigate to the project directory:

    cd pokedex
  3. Install the dependencies:

    npm install

Running the Application

  1. To run the application in development mode, use the following command:
    npm run dev

Building the Application

  1. To build the application for production, use the following command:
    npm run build

Linting the Code

  1. To lint the code, use the following command:
    npm run lint

License

This project is licensed under the MIT License. See the LICENSE file for more details.