Pokedex is a web application built using React and Vite that allows users to browse and search for Pokémon.
- 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.
To get started with the project, follow these steps:
Make sure you have Node.js installed.
-
Clone the repository:
git clone https://github.com/Anshgrover23/pokedex.git
-
Navigate to the project directory:
cd pokedex
-
Install the dependencies:
npm install
- To run the application in development mode, use the following command:
npm run dev
- To build the application for production, use the following command:
npm run build
- To lint the code, use the following command:
npm run lint
This project is licensed under the MIT License. See the LICENSE file for more details.