An open API service indexing awesome lists of open source software.

https://github.com/https-eduardo/relt-save-mobile

A financial management mobile app built using React Native and Expo.
https://github.com/https-eduardo/relt-save-mobile

expo financial management mobile-app react react-native

Last synced: 7 months ago
JSON representation

A financial management mobile app built using React Native and Expo.

Awesome Lists containing this project

README

          

# Relt Save Mobile

Relt Save is an mobile application that manages user's finances, generating reports based on his transactions.
In this repository, you can see the code of app interface.

This application was developed as a Final Work as a partial requirement for approval in the course of computer technician at IFPR (Federal Institute of Paraná).

### 👩‍💻 Technologies used

- React Native
- Expo

### ⏳ Future plans

- Add a functional color picker component for categories creation
- Global code refactor
- Improve user accessibility and visual feedback
- Add unit and E2E tests

### ✍️ Mockup images


Relt Save main screen
Relt Save config screen

### 🚀 How to run (develop)

First, ensure your node version is the same as the inside `.nvmrc`.
You'll also need to set the API url, changing the value inside `constants/api.ts`.

After that, you can install the necessary modules using the command:

```bash
yarn install
```

And then, run the app, using:

```bash
yarn start
```