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.
- Host: GitHub
- URL: https://github.com/https-eduardo/relt-save-mobile
- Owner: https-eduardo
- Created: 2023-07-05T03:28:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T14:14:09.000Z (about 2 years ago)
- Last Synced: 2025-06-03T14:24:41.846Z (8 months ago)
- Topics: expo, financial, management, mobile-app, react, react-native
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### 🚀 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
```