This is a project created during Rocketseat's OmniStack 11 event.
The idea was to develop a product to help NGOs earn funds via donations.
It consisted on a development of a server, a website and an app. Please note that the Portuguese language was used for the UI.
The server was necessary to store NGOs infos, such as name, contact and their respective cases.
It was built using Node with express and uses a SQLite database, which is accessed via knex. The queries have validations developed with celebrate there are also tests developed with jest.
The website is used for NGOs to sign up their cases. It has a total of 4 pages:
It was developed using ReactJS and it communicates with the back-end with Axios.
The app was made for users interested in helping. It lists all open cases in need of donation and redirects the user to contact the NGO via Email or Whatsapp.
It has a total of 3 pages:
The mobile app was developed using React Native.