Finance List a mobile app to manage your finances. Working with firebase for data storage and lottie for rendering json animations, the result of "my weekend code challenges" was this simple app that lets me manage my monetary inputs and outputs.
The project was developed with the technologies below:
- Javacript
- Typescript
- Firebase
- React Native
- React Native Firebase
- React Navigation
- React Native Lottie
- ESLint
- Prettier
- Clone:
$ git clone https://github.com/msvictor/finance_list.git
- Go to folder:
$ cd finance_list
- Execute:
$ npm install
$ npm run android
# or
$ npm run ios
This project is under MIT LICENSE. for more details follow the link: LICENSE.