Welcome to the Pokedex Web Application! This project is a web-based Pokedex designed to provide detailed information about various Pokémon.
- Search Pokémon: Easily search for any Pokémon by name or number.
- Detailed Information: View stats, abilities, and types of each Pokémon.
- Responsive Design: Accessible on both desktop and mobile devices.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/kieferhax/pokedex-web-application.git
-
Navigate to the project directory:
cd pokedex-web-application
-
Install the dependencies:
pip install -r requirements.txt
To run the application, use the following command:
python3 app.py
Open your web browser and go to http://localhost:5000.