Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.14 KB

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:

yarn install

And then, run the app, using:

yarn start