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

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.

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)