mkrotel14 / pokemon-tcg-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokémon: The Card Game App

A simple mobile application using React-Native and the Pokemon TCG API (https://pokemontcg.io/)

Features

  • List of Pokémon Cards with search by name;
  • Information Page for the Pokemon Cards, (Resistances, Weaknesses, Types);
  • List of Attacks and its stats (Damage, Mana Cost);
  • Support for Multiple Languages (pt_BR, en_US);

Pictures

Main Screen Main Screen Card Details Card Details

Running the Project

First you need to install the dependencies:

## Yarn
yarn install

## NPM
npm install

iOS

If you are using XCode for the build, open the .xcworkspace and click the Build/Run button. Command line users should run rect-native run-ios

Android

If you are using Android Studio for the build, open the folder Android/ and click the Ruild/Run button. Command line users should run react-native run-android

About


Languages

Language:TypeScript 63.3%Language:Java 17.9%Language:Objective-C 12.4%Language:Ruby 2.6%Language:JavaScript 2.2%Language:Starlark 1.7%