Skip to content

marjen0/FancyAccount

Repository files navigation

Overview

Tools used

Libraries used

Extra Features

  • dark and light themes
  • splash screens
  • app icons
  • path aliases for cleaner imports

Todo

  • improve redux actions types
  • add sign in form validation
  • unit tests
  • display activity indicators while data is being fetched

Demo

https://youtu.be/VNQieLrWpOM

Runing the App

  1. Clone project to your machine

    git clone git@github.com:marjen0/FancyAccount.git
  2. Install npm dependencies

    yarn
  3. Run the app on simulator

    1. start Metro bundler

      yarn start
    2. then run on Android simulator

        yarn android

      or iOS simulator

      yarn ios