https://github.com/isabelamoraes/payflow
https://github.com/isabelamoraes/payflow
async-storage babel-plugin-inline-dotenv date-fns expo expo-auth-session expo-barcode-scanner google-fonts intl linear-gradient react-native react-native-iphone-x-helper react-native-responsive-fontsize react-native-svg react-navigation styled-components typescript uuid yup
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/payflow
- Owner: isabelamoraes
- Created: 2021-08-30T22:03:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T15:42:49.000Z (over 4 years ago)
- Last Synced: 2025-03-16T13:27:19.776Z (about 1 year ago)
- Topics: async-storage, babel-plugin-inline-dotenv, date-fns, expo, expo-auth-session, expo-barcode-scanner, google-fonts, intl, linear-gradient, react-native, react-native-iphone-x-helper, react-native-responsive-fontsize, react-native-svg, react-navigation, styled-components, typescript, uuid, yup
- Language: TypeScript
- Homepage:
- Size: 26.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PayFlow
Organize your billets
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/payflow.git payflow
# Go into the repository
$ cd payflow
# Install dependencies
$ yarn
# Run the mobile application
$ expo start
```
## Reference
This application was developed based on the layout made available by Rocketseat for Ignite students.