kismakk / poke-dex

A small hobby project for a course in React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokédex

screenshot of the app

Welcome to Pokédex, a project developed for a university course on mobile app development using React Native. This app is a hobby project of mine to explore developing a mobile application and provides a platform to explore information about various Pokémon. Click the picture above for a demo video of the project!

Features

  • List of all the Pokémons: Browse through a list of all Pokémon with pagination support.
  • Details Page: View detailed information about a Pokémon, including stats and types.
  • Search Functionality: Search for a Pokémon by name.
  • Favorites: Mark your favorite Pokémon, utilizing local storage with Expo SecureStore.
  • Pleasant UI: Designed with React Native Paper for an enhanced user experience.

Technologies Used

Getting Started

  1. Clone the Repository:
git clone https://github.com/kismakk/poke-dex.git
  1. Navigate to the project folder
cd poke-dex
  1. Install dependencies
npm install
  1. Start the development server
npm start

After the application has started, scan the QR code in the terminal to open the app in Expo Go.

Contributions

If you encounter any issues or have suggestions for improvements, please submit them on the Issues page.

If you'd like to contribute to the project, feel free to open a pull request. I welcome and appreciate contributions from the community!

Happy Pokémon exploring!

About

A small hobby project for a course in React Native.

License:MIT License


Languages

Language:JavaScript 100.0%