https://github.com/gersonrocha9/gofinances
💰 React Native app for personal financial management with authentication via Google and Apple.
https://github.com/gersonrocha9/gofinances
expo react-native styled-components typescript
Last synced: 2 days ago
JSON representation
💰 React Native app for personal financial management with authentication via Google and Apple.
- Host: GitHub
- URL: https://github.com/gersonrocha9/gofinances
- Owner: GersonRocha9
- Created: 2022-03-23T21:04:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T20:05:42.000Z (about 3 years ago)
- Last Synced: 2025-06-16T07:05:52.394Z (2 days ago)
- Topics: expo, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
---## About
Application for personal financial management development in React Native.
---
### Clone Repo
```bash
$ git clone https://github.com/GersonRocha9/gofinances.git$ cd Ignite_GoFinances
```### Run
```bash
$ yarn install ou npm install$ expo start
```### .ENV Config
```bash
# Google Credentials
CLIENT_ID=
REDIRECT_URI=
RESPONSE_TYPE=
SCOPE=
```
---## 🚀 Techs used
The project was developed using the following technologies:
- [React Native](https://reactnative.dev)
- [TypeScript](https://www.typescriptlang.org)
- [React Navigation](https://reactnavigation.org)
- [AsyncStorage](https://react-native-async-storage.github.io/async-storage/docs/install/)
- [React Hook Form](https://react-hook-form.com/get-started)
- [date-fns](https://date-fns.org)
- [styled-components](https://styled-components.com)
- [react-native-uuid](https://www.npmjs.com/package/react-native-uuid)
- [react-native-svg](https://github.com/react-native-svg/react-native-svg)
- [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer)
- [react-native-responsive-fontsize](https://www.npmjs.com/package/react-native-responsive-fontsize)
- [react-native-iphone-x-helper](https://github.com/ptelad/react-native-iphone-x-helper)