A web application to browse and search for Pokemon. This project uses modern web development technologies to create a responsive and interactive Pokedex.
- View a list of all Pokemon with their details
- Search for Pokemon by name
- Responsive design for mobile and desktop
- Lazy loading for images to improve performance
- A live demo of the project is available at: Pokedex Demo
- Image format
To get a local copy up and running follow these simple steps:
-
Clone the repo:
git clone https://github.com/Raish10100/PokeDex.git
-
Navigate to the project directory:
cd PokeDex
-
Install dependencies:
npm install
To start the development server:
npm run dev
Open localhost:5173 to view it in the browser.
- Frontend: React, JSX, Tailwind CSS, Axios, React Router DOM, and others.
- API: PokeAPI
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Raish Vadaviya - raishgma101001@gmail.com