Guribeiro / gofinances-2.0

Mobile application for your finances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App-cars logo

React Native Application for your finances

GitHub top language Made by Repository size GitHub last commit GitHub last commit GitHub

About the project   |    Technologies   |    Getting started   |    License

πŸ’² About the project

this app is totally based on gofinances app from course ignite from rocketseat. All I did was add some new screens and features.

Original prototype

πŸš€ Technologies

Technologies that I used to develop this mobile application

πŸ’» Getting started

Requirements

Clone the project and access the folder

git clone git@github.com:Guribeiro/gofinances-2.0.git && cd gofinances-2.0

For Installing the dependencies you can run:

 yarn

Before you run the project, you should add some firebase and google credentials to make it works

#GOOGLE AUTHENTICATION
CLIENT_ID=
REDIRECT_URI=

# FIREBASE
API_KEY=
AUTH_DOMAIN=
PROJECT_ID=
STORAGE_BUCKET=
MESSAGING_SENDER_ID=
APP_ID=
MEANSUREMENT_ID=

For running it on your phone, make sure you've installed Expo Go

yarn start

Open the Expo Go on you phone and select the financial-control project

For running it on emulator, make sure you've installed Android Studio

  • Step 1 - Click on 'More Actions' > 'Virtual Device Mananger'
  • Step 2 - Launch an existing AVD or click on create and add a device

_After all this steps you would be able to start the application_
yarn android

The App will be shown on the Emulated Device

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with πŸ’™  by Gustavo Henrique πŸ‘‹  See my linkedin

About

Mobile application for your finances

License:MIT License


Languages

Language:TypeScript 83.5%Language:Java 7.4%Language:C++ 3.2%Language:Objective-C++ 2.6%Language:Starlark 0.9%Language:Ruby 0.7%Language:JavaScript 0.7%Language:Makefile 0.7%Language:Objective-C 0.2%Language:Shell 0.1%