Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribeirogab/be-the-hero
Be The Hero, Helping non-governmental organizations (NGOs) - OmniStack 11.0 🦸‍♂️
https://github.com/ribeirogab/be-the-hero
knex nodejs react-native reactjs sqlite3
Last synced: about 1 month ago
JSON representation
Be The Hero, Helping non-governmental organizations (NGOs) - OmniStack 11.0 🦸‍♂️
- Host: GitHub
- URL: https://github.com/ribeirogab/be-the-hero
- Owner: ribeirogab
- License: mit
- Created: 2020-03-23T23:52:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:30:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:34:26.017Z (almost 2 years ago)
- Topics: knex, nodejs, react-native, reactjs, sqlite3
- Language: JavaScript
- Homepage:
- Size: 3.11 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🚀 Semana OmniStack 11.0 🚀
Projeto   |  Â
Tecnologias   |  Â
Layout   |  Â
Como contribuir## đź’» Projeto
O Be The Hero foi criado como uma causa humanitária, com o intuĂto de ajudar financeiramente Organizações nĂŁo Governamentais (ONGS). O aplicativo irá ligar pessoas que gostariam de ajudar com algum valor Ă ONGS que precisam dessa ajuda.
## :rocket: Tecnologias
Este projeto foi desenvolvido com as seguintes tecnologias:
### Back-end
- [Node.js](https://nodejs.org/en/)
- [Knex](http://knexjs.org/)
- [Jest](https://jestjs.io/)
- [celebrate](https://github.com/arb/celebrate)
- [JWT](https://jwt.io/)### Front-end
- [React](https://reactjs.org)### Mobile
- [React Native](https://facebook.github.io/react-native/)
- [Expo](https://expo.io/)### PadrĂŁo de commits
- [Commitlint](https://github.com/conventional-changelog/commitlint)
- [Commitizen](https://github.com/commitizen/cz-cli)
- [Husky](https://github.com/typicode/husky)### PadrĂŁo de cĂłdigo
- [ESLint](https://github.com/eslint/eslint)## đź”– Layout
Para visualizar o layout desenvolvido durante a semana, acessa o Figma:
- [Figma](https://www.figma.com/file/2C2yvw7jsCOGmaNUDftX9n/Be-The-Hero---OmniStack-11?node-id=0%3A1).
## 🤔 Como contribuir?
- Faça um fork;
- Cria uma nova branch com a sua featture: `git checkout -b my-feature`;
- Commit suas alterações: `git commit -m 'feat: My new feature'`;
- Faça um push para a sua branch: `git push origin my-feature`.