Skip to content

razvangeangu/chase

Repository files navigation

[License]https://opensource.org/licenses/MIT Commitizen friendly build Coverage Status

chase

A demo application demonstrating a react-native mobile banking.

Get Started

If you want to setup this repository locally follow the next commands:

gh repo clone razvangeangu/chase
cd chase
yarn
yarn start

Once the app is installed you may run it on a device or emulator (e.g. yarn start ios).

Features

  • Localization with translations in 2 languages (English and Romanian)
  • Stack navigation with conditional authentication context
  • Augmented Reality Card information
  • Login, Home, Cards, Settings and Transactions pages
  • Theming with styled components (light and dark) based on system preferences
  • Tests using jest and @testing-library
  • Charts for monthly spending overview
  • Linting eslint, stylelint, prettier and commitlint powered by commitizen
  • TypeScript
  • GitHub CI pipeline for building and checking

Screenshots

Login Page Home Page Cards Page Augmented Reality Page Transactions Page Settings Page