Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 988 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 988 Bytes

Pokedex react native V2

This repository is the continuation of this repository https://github.com/YuenEsc/pokedex

Also I took assets and color palette from this repository built with flutter and I tried to mix both the hooks of my previous repository and the UI implementation on Flutter of this repo as this repository of flutter has JSON data instead of fetch an API

https://github.com/cyberorbital/flutter_pokedex

The original design belongs to Saepul Nahwan

Version 2

release sample

https://drive.google.com/file/d/1U7-XOdkIbbQ92sRKTi2lfT6ytqQ5B4n4/view?usp=sharing

Goal improvements over the other version

  • Cleaner code
  • More performance
  • Separate business logic from UI
  • Almost vanilla components [Less dependencies]

Progress screenshots

I will try to update a screenshot folder with the progress I have done