stefanowolfs / pokedex-reactnative

A React Native App to list all the pokemons existing on PokeAPI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Pokedex with react-native

Installation

# add node_modules dependencies
$ yarn

# add Pod dependencies
$ npx pod-install ios

Running the app

# development
$ npx react-native run-ios

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Project status

  • Add navigation
  • Add formik and yup for forms validation
  • Add sqlite, ORM and migration infrastructure
  • Add CRUD for offline-auth and user session
  • Configure login, user session and cryptography
  • Add page for global error handling
  • Download and persist all pokemons data for offline usage
  • List all pokemons on screen
  • Show pokemon details on screen
  • Add internationalization
  • Add tests coverage with jest

About

About

A React Native App to list all the pokemons existing on PokeAPI.


Languages

Language:TypeScript 65.7%Language:Java 14.8%Language:Objective-C 10.6%Language:Starlark 4.6%Language:JavaScript 2.5%Language:Ruby 1.8%