Caixa Virtual App

About   |   Features   |   Technologies   |   Requirements   |   Starting


About

A React-Native App for Personal Cash Flow

Features

✔️ Register Cash Flow (Income/Outcome);
✔️ Register User;
✔️ Financial Summary.

Technologies

This project uses:

Requirements

To see how to configure both Android and iOS environment, check React-Native Documentation

Android

To build your application on Android you will need Android Studio

iOS

To build your application on iOS you will need XCode, (Only available through AppStore on a Apple Machine)

Starting

# Install dependencies
$ yarn install

# Build Android application
$ yarn android

# Build iOS application
$ yarn ios