Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugovarellaa/gofinances
app de finanças
https://github.com/hugovarellaa/gofinances
expo expo-auth-session expo-font expo-google-app-auth expo-splash-screen intl react react-native react-native-async-storage react-native-navigation react-native-svg-transform reactjs rocketseat styled-components victory-native yup
Last synced: 25 days ago
JSON representation
app de finanças
- Host: GitHub
- URL: https://github.com/hugovarellaa/gofinances
- Owner: Hugovarellaa
- Created: 2022-04-17T02:00:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T23:21:46.000Z (about 2 years ago)
- Last Synced: 2024-11-05T21:45:48.122Z (2 months ago)
- Topics: expo, expo-auth-session, expo-font, expo-google-app-auth, expo-splash-screen, intl, react, react-native, react-native-async-storage, react-native-navigation, react-native-svg-transform, reactjs, rocketseat, styled-components, victory-native, yup
- Language: TypeScript
- Homepage:
- Size: 2.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tecnologias |
Projeto |
Layout |
Como contribuir |
Licença
## 🚀 Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [React](https://reactjs.org)
- [Expo](https://expo.io/)
- [styled-components](https://styled-components.com/)
- [expo-font](https://docs.expo.dev/guides/using-custom-fonts/)
- [expo-auth-session](https://docs.expo.dev/versions/latest/sdk/auth-session/)
- [expo-google-authentication](https://docs.expo.dev/guides/authentication/)
- [expo-apple-authentication](https://docs.expo.dev/guides/authentication/)
- [expo-splash-screen](https://docs.expo.dev/guides/splash-screens/)
- [@react-native-async-storage/async-storage](https://reactnative.dev/docs/asyncstorage)
- [@react-navigation/native](https://reactnavigation.org/)
- [react-hook-form](https://react-hook-form.com/)
- [yup](https://www.npmjs.com/package/yup)
- [victory-native](https://formidable.com/open-source/victory/docs/native/)
- [intl](https://www.npmjs.com/package/react-native-intl)
- [date-fns](https://date-fns.org/docs)
- [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer)## 💻 Projeto
O Gofinances é um projeto de controle de finanças.
## 🔖 Layout
Você pode visualizar o layout do projeto através [desse link](https://www.figma.com/file/b4DKXrZh0QqSDE9zZi9Fer/Ignite-React-Native-Ch-02-GoFinances?node-id=0%3A1). Lembrando que você precisa ter uma conta no [Figma](http://figma.com/) para acessá-lo.
## 🤔 Como contribuir
- Faça um fork desse repositório;
- Cria uma branch com a sua feature: `git checkout -b minha-feature`;
- Faça commit das suas alterações: `git commit -m 'feat: Minha nova feature'`;
- Faça push para a sua branch: `git push origin minha-feature`.Depois que o merge da sua pull request for feito, você pode deletar a sua branch.
---
Feito com ♥ by Hugo Alves Varella