Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitorserrano/calculator-react-native
Simples calculadora desenvolvida em React Native
https://github.com/vitorserrano/calculator-react-native
expo react-native
Last synced: about 5 hours ago
JSON representation
Simples calculadora desenvolvida em React Native
- Host: GitHub
- URL: https://github.com/vitorserrano/calculator-react-native
- Owner: vitorserrano
- License: mit
- Created: 2020-04-02T22:25:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:54:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T13:07:05.449Z (over 1 year ago)
- Topics: expo, react-native
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Calculator React Native### :rocket: Tecnologias Utilizadas
- [React Native](https://reactnative.dev/)
- [Expo](https://expo.io/)### :computer: Projeto
- Aplicação para aprender conceitos simples de React Native e também de Hooks, introduzida em uma aula de desenvolvimento mobile da faculdade.
### :page_facing_up: Como usar
- Clone esse repositório: `git clone https://github.com/vitorserrano/calculator-react-native.git`
- Instale as dependências: `npm install`
- Start a aplicação: `npm start`### :iphone: :heavy_check_mark: Resultado
### :recycle: Como contribuir
- 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.