Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carloscazelattojr/expensify-app
Trip expense registration app, developed in React Native
https://github.com/carloscazelattojr/expensify-app
expensify expensify-app firebase firebase-auth firebase-database react-native redux
Last synced: about 2 months ago
JSON representation
Trip expense registration app, developed in React Native
- Host: GitHub
- URL: https://github.com/carloscazelattojr/expensify-app
- Owner: carloscazelattojr
- Created: 2024-02-02T20:15:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T21:14:00.000Z (11 months ago)
- Last Synced: 2024-04-18T07:24:10.469Z (9 months ago)
- Topics: expensify, expensify-app, firebase, firebase-auth, firebase-database, react-native, redux
- Language: TypeScript
- Homepage:
- Size: 6.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Expensify App
Trip expense registration app, developed in React Native
App is simple and has:
- Login Control
- Trip Registration
- Expense RegisterUse Firebase for login and registration
## Technologies
- React Native
- Firebase
- Redux
- SnackBar for handling error messages## Libraries
### Redux toolkit
```
npm install @reduxjs/toolkit
npm install react-redux
```doc: https://redux-toolkit.js.org/
### SnackBar
```
npm install react-native-snackbar --save
```
doc: https://www.npmjs.com/package/react-native-snackbar### Heroicons
```
npm i react-native-heroicons
```