/pokedex

🌟 Pokédex App developed with React Native and TypeScript.

Primary LanguageTypeScript

Pokedex

GitHub top language GitHub language count Stars Repository Size

About   |    Technologies    |    Requirements   |    Getting started   |    Inspiration

Home Pokedex

📃 About

This repository contains a monorepo of the Pokedex app.

The Pokedex is an app which the user can view a list of Pokemons, search and view the details of a specific Pokemon. To get the Pokemons data it was used the PokéAPI.

The main goal with this project was to know and learn hot the animations and gestures work on React Native. In order to do that it was used mainly the Animated API from React Native.

🔨 Technologies

This project was developed with the following technologies:

📚 Requirements

  • To have Git installed to clone the repository.
  • To have Node.js installed.
  • An iOS or Android device or emulator.

🚀 Getting started

  # Clone the repository:
  $ https://github.com/MatheusPires99/pokedex

  # Enter directory:
  $ cd pokedex
  
  # Install dependencies:
  $ yarn

📱 Running mobile

  # Enter mobile directory:
  $ cd mobile

  # Init app:
  $ yarn start

⚙️ Running server

  # Enter server directory:
  $ cd server

  # Init app:
  $ yarn start

💭 Inspiration

Made with ❤️ by Matheus Pires 👋🏻 Get in touch!