Skip to content

isabelamoraes/ignite-react-native-gofinances

Repository files navigation


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 - A framework for creating native apps for Android and iOS with JavaScript and React.
  • Expo - 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:

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