Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andre-ols/gofinance
This is a personal finance application that seeks to help the user with their spending control and identify higher consumption categories
https://github.com/andre-ols/gofinance
Last synced: 4 days ago
JSON representation
This is a personal finance application that seeks to help the user with their spending control and identify higher consumption categories
- Host: GitHub
- URL: https://github.com/andre-ols/gofinance
- Owner: andre-ols
- License: mit
- Created: 2022-08-20T21:11:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T15:09:18.000Z (over 2 years ago)
- Last Synced: 2024-11-13T16:50:45.024Z (2 months ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Badge](https://img.shields.io/static/v1?label=NodeJs&message=16.14.2&color=339933&logo=node.js&link=https://nodejs.org/en/)
![Badge](https://img.shields.io/static/v1?label=Yarn&message=1.22.15&color=2C8EBB&logo=yarn&link=https://yarnpkg.com/)
![badge](https://img.shields.io/static/v1?label=license&message=MIT&color)
![badge](https://img.shields.io/github/last-commit/andre-ols/gofinance)# Gofinance
This is a personal finance application that seeks to help the user with their spending control and identify higher consumption categories
π§ Gofinance under construction... π§
The content of the application is in Portuguese## Screenshots
### How to Install
Before starting, you will need to have the following tools installed on your machine:
[Git](https://git-scm.com), [Node.js](https://nodejs.org/en/), [Yarn](https://yarnpkg.com/).
Besides, it's good to have an editor to work with the code like [VSCode](https://code.visualstudio.com/)### π² Running the Application
```bash
# Clone this repository
$ git clone https://github.com/andre-ols/gofinance.git# access the project folder in the terminal/cmd
$ cd gofinance# Install the dependencies and start the server:
$ yarn install
$ yarn start```
### How to use the Application π
- To start the application, just type `yarn start` in the terminal/cmd.
- Then scan the QR Code app from the terminal using Expo go App to access the app.
### π Technologies Used
The following tools were used in building the project:
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Git](https://git-scm.com/)
- [Expo](https://expo.io/)
- [React Native](https://reactnative.dev/)### Author
[![Linkedin Badge](https://img.shields.io/badge/-AndrΓ©-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/andr%C3%A9-oliveira-silva-3496a2106/)](https://www.linkedin.com/in/andr%C3%A9-oliveira-silva-3496a2106/)
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])## License
This project is under the license [MIT](./LICENSE).
Made with β€οΈ by AndrΓ© Oliveira!