A Pokédex App built with React Native that allows users to browse and search for Pokémon, view their details, and explore their abilities and stats. This app is designed to provide an intuitive and engaging experience for Pokémon enthusiasts.
- Browse All Pokémon: View a complete list of Pokémon with their images and basic details.
- Search Functionality: Search for Pokémon by name or ID.
- Detailed Pokémon View: Learn about each Pokémon's abilities, stats, and types.
- Responsive Design: Works seamlessly on both Android and iOS devices.
Include some screenshots or GIFs of your app to showcase its design and functionality. For example:
- Pokémon List Screen
- Search Screen
- Pokémon Detail Screen
- React Native: Frontend framework
- React query and Context: For state management
- Axios: For API calls
- React Navigation: For navigation between screens
Follow these steps to get the app up and running on your local machine:
- Node.js
- npm or yarn
- React Native CLI
- Android Studio (for Android development) or Xcode (for iOS development)
git clone https://github.com/riteshshukla04/PokeDex.git
cd PokeDex
npm i
npm run android