Pokedex is a React Native app built with Expo that allows users to explore and manage their favorite Pokémon. The app consumes a Pokémon API to provide detailed information about each Pokémon, including descriptions and images. Users can also save Pokémon to their favorites for quick access.
Pokedex is a mobile application developed using React Native and Expo. It provides a comprehensive list of Pokémon from an API, allowing users to view detailed information, images, and manage their favorite Pokémon.
To get the app up and running on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/pokedex.git
-
Navigate to the project directory:
cd pokedex
-
Install dependencies:
npm install
-
Start the development server:
expo start
-
Open the app:
- Use the Expo Go app to scan the QR code displayed in your terminal or browser to view the app on your mobile device.
Once the development server is running, you can explore the app on your device. Use the navigation to:
- Browse Pokémon: View a list of all Pokémon, including their images and descriptions.
- Favorite Pokémon: Save Pokémon to your favorites for easy access.
- Comprehensive Pokémon List: Access detailed information and images for every Pokémon.
- Favorites: Save and manage your favorite Pokémon.
- Search Functionality: Quickly find Pokémon using search and filter options.
- React Native: For building the mobile app.
- Expo: For managing the development workflow and building the app.
- Pokémon API: For fetching Pokémon data.
Contributions are welcome! To contribute, please fork the repository and create a pull request with your changes. Ensure that you follow the coding standards and include appropriate tests.
This project is licensed under the MIT License - see the LICENSE file for details.
- Juan Estrada - Developer of this project.
For support or inquiries, please contact Juan Estrada.