Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fandredev/gofinances
Third application carried out in the Rocketseat Ignite course with the objective of controlling the user's personal finances.
https://github.com/fandredev/gofinances
ignite react-native rocketseat styled-components typescript
Last synced: 19 days ago
JSON representation
Third application carried out in the Rocketseat Ignite course with the objective of controlling the user's personal finances.
- Host: GitHub
- URL: https://github.com/fandredev/gofinances
- Owner: fandredev
- Created: 2021-05-24T18:46:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T06:39:24.000Z (about 2 years ago)
- Last Synced: 2024-01-19T23:39:39.460Z (11 months ago)
- Topics: ignite, react-native, rocketseat, styled-components, typescript
- Language: TypeScript
- Homepage: https://portfolio-fandredev.vercel.app/
- Size: 3.37 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gofinances
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
---
Controle suas finanças.
## 📝 Tabela de conteúdo
- [Sobre](#about)
- [Ferramentas usadas](#built_using)
- [Autores](#authors)
- [Conquistas](#acknowledgement)Terceiro aplicativo realizado no curso Ignite da Rocketseat com o objetivo de controlar as finanças pessoais de um usuário.
### Pré Requisitos
- Node.JS
- Expo CLI
- Acesso a Internet
- VSCode
- React Native### Instalação
Clone esse repositório
```
git clone https://github.com/flubyGit/gofinances.git
```Entre na pasta do projeto
```
cd gofinances
```
Instale as dependências necessárias```
sudo yarn install (ou npm i)
```Inicie o expo
```
sudo expo start
```- Não se esqueça de utilizar a palavra 'sudo' antes dos comandos de iniciação/instalação do projeto.
- Reinicie o expo sempre que ocorrer alguma mudança brusca no sistema.- [React Native](https://reactnative.dev/) - Mobile Framework
- [Styled-Components](https://styled-components.com/) - CSS in JS
- [React Native Gesture Handler](https://docs.swmansion.com/react-native-gesture-handler/) - Util Buttons Platform
- [React Navigation](https://reactnavigation.org/) - Control navigation app
- [React Hook Form](https://react-hook-form.com/) - Control forms app
- [Yup](https://github.com/jquense/yup) - Control validations forms app
- [Typescript](https://www.typescriptlang.org/) - Superset Javascript
- [Expo](https://expo.io/) - Development- [@flubyGit](https://github.com/kylelobo) - Developer Web/Mobile Jr
- Conhecimento maior de AsyncStorage
- Conhecimento maior do Expo e do seu ecossistema
- Conhecimento maior de validação de formulários utilizando o Yup
- Conhecimento maior de como utilizar o React Hook Form e sua importância
- Conhecimento maior de como integrar botões com o React Native Gesture Handler e sua importância.