A simple application for browsing and managing Pokémon data.
- View Pokémon information
- Search and filter functionality
- User-friendly interface
- Set captured or encountered state
- Node.js (v14 or higher)
- npm or yarn
- expo
-
Clone the repository
-
Install dependencies:
npm install
-
Run the application:
npx expo start
Launch the app and browse through the Pokémon database. Use the search feature to find specific Pokémon by name or type.
PokeDex/
│
├── assets/
│ └── fonts/
├── components/
├── screens/
├── services/
├── App.js
├── package.json
└── README.md