Welcome to the Pokedex! This project is a modern, responsive web application built using Vite and React. It allows users to search, view, and explore information about various Pokémon.
Fast and Responsive: Leveraging Vite's lightning-fast build tool and React's efficient UI rendering, the Pokedex offers a smooth and responsive user experience. Search Functionality: Easily search for your favorite Pokémon by name or number. Detailed Pokémon Info: View detailed information about each Pokémon, including their type, abilities, stats, and more. Dynamic Filtering: Filter Pokémon by various criteria such as type, generation, and more. Interactive UI: Enjoy a clean and interactive user interface designed for ease of use.
Vite: For a fast development environment and optimized build process.
React: For building dynamic and interactive user interfaces.
CSS Modules: For scoped and maintainable styles.
PokéAPI: To fetch real-time Pokémon data.
To get a local copy up and running, follow these simple steps.
Prerequisites:
Make sure you have Node.js and npm installed on your machine.
-
Clone the project
https://github.com/chintu46306/pokedex.git -
Move into the directory
cd pokedex -
install dependencies
npm i -
run the server
npm run dev -
install axios
npm install axios -
install react-router-dom
npm i react-router-dom

