Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitorserrano/currency-converter
đź’µ Aplicativo para conversĂŁo de diferentes tipos de moedas
https://github.com/vitorserrano/currency-converter
axios expo react-native react-navigation
Last synced: about 5 hours ago
JSON representation
đź’µ Aplicativo para conversĂŁo de diferentes tipos de moedas
- Host: GitHub
- URL: https://github.com/vitorserrano/currency-converter
- Owner: vitorserrano
- License: mit
- Created: 2020-04-03T16:56:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:56:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T13:07:08.094Z (over 1 year ago)
- Topics: axios, expo, react-native, react-navigation
- Language: JavaScript
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Currency Converter# ĂŤndice
- [Sobre](#sobre)
- [Tecnologias utilizadas](#tecnologias-utilizadas)
- [Como usar](#como-usar)
- [Como contribuir](#como-contribuir)- A idéia de desenvolver uma aplicação de conversão de R$ para outras moedas surgiu em uma aula da faculdade, na qual foi apresentado conceitos básicos do React Native e [criado uma calculadora](https://github.com/vitorserrano/calculator-react-native) simples.
## :rocket: Tecnologias Utilizadas- [React Native](https://reactnative.dev/)
- [Expo](https://expo.io/)
- [React Navigation v5]()https://reactnavigation.org/
- [Axios](https://github.com/axios/axios)- Clone esse repositĂłrio: `git clone https://github.com/vitorserrano/currency-converter.git`
- Instale as dependĂŞncias: `npm install`
- Start a aplicação: `npm start`## :iphone: :heavy_check_mark: Resultado
- Faça um Fork desse repositório,
- Crie uma branch com a sua feature: `git checkout -b my-feature`
- Commit suas mudanças: `git commit -m 'feat: My new feature'`
- Push a sua branch: `git push origin my-feature`## :memo: License
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.