A self-implementation for Pokemon Playground App
My aims for this repo is learning how to:
- Code react native for mobile
- Apply clean architecture & code
- Apply testing for mobile development Overall, I will have a production mindset in developping mobile application with react native.
Features will be included:
- Pokemon atlas (must have)
- Sign up/sign in pokemon trainers (should have)
- Battleup (nice to have)
Due to the small scope of this product, I will just host both frontend & backend code in a same repository, along with 2 corresponding branch prefixes: app & api, alternatively.
- For example: app/feat/pokemon-search, api/feat/sign-up
Some references I will follow