https://github.com/isabelamoraes/ignite-react-native-gofinances
https://github.com/isabelamoraes/ignite-react-native-gofinances
async-storage babel-plugin-inline-dotenv date-fns expo expo-auth-session google-fonts hook-form intl react-native react-native-iphone-x-helper react-native-responsive-fontsize react-native-svg react-navigation styled-components typescript victory-native yup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/ignite-react-native-gofinances
- Owner: isabelamoraes
- Created: 2021-05-29T15:20:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T01:27:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T01:12:42.102Z (5 months ago)
- Topics: async-storage, babel-plugin-inline-dotenv, date-fns, expo, expo-auth-session, google-fonts, hook-form, intl, react-native, react-native-iphone-x-helper, react-native-responsive-fontsize, react-native-svg, react-navigation, styled-components, typescript, victory-native, yup
- Language: HTML
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
GoFinances
Control your finances very simply
Features |
Getting Started |
Reference
![]()
## Features
This project was developed with the following technologies:
- **[React Native](https://reactnative.dev/)** - A framework for creating native apps for Android and iOS with JavaScript and React.
- **[Expo](https://reactnative.dev/)** - A platform for making universal native apps for Android, and iOS with JavaScript and React.## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-react-native-gofinances.git ignite-react-native-gofinances# Go into the repository desired
$ cd ignite-react-native-gofinances# Install dependencies
$ yarn# Run the mobile application (Android)
$ expo start# Run the test
$ yarn test# Generate coverage test report
$ yarn test --coverage```
## Reference
This application was developed during the classes of the Chapter II of the React Native track on Ignite, training promoted by Rocketseat, and reused in the Chapter V to explore the tests concept on React Native.