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

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

Awesome Lists containing this project

README

        




gofinances




GoFinances


Control your finances very simply


Features   |   
Getting Started   |   
Reference


Mobile Application Demo

## 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.