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: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:30:25.000Z (over 3 years ago)
- Last Synced: 2025-07-05T05:42:22.268Z (about 1 year ago)
- Topics: knex, nodejs, react-native, reactjs, sqlite3
- Language: JavaScript
- Homepage:
- Size: 3.11 MB
- Stars: 2
- 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`.