An open API service indexing awesome lists of open source software.

https://github.com/williamnovak/projetofoodwaste

πŸ” Final project of IT technical course. Application for supermarkets to donate surplus food to charities instituitions, reducing hunger and food waste.
https://github.com/williamnovak/projetofoodwaste

ajax css google-charts html html-css-javascript html5 javascript jquery mysql php phpmailer

Last synced: 3 months ago
JSON representation

πŸ” Final project of IT technical course. Application for supermarkets to donate surplus food to charities instituitions, reducing hunger and food waste.

Awesome Lists containing this project

README

          

# ProjetoFoodWaste
:hamburger: Final project of IT technical course. Application for supermarkets to donate surplus food to charities instituitions, reducing hunger and food waste.

The application works as a way to connect supermarkets that want to donate food in good condition and institutions that need more food to feed their dependents.
- Research and studies have been done on the issues of food insecurity and food waste, as well on Law 14016 that validates the implementation of the project.
- :link: Project's researches and report can ben downloaded here: [Food Waste - Dionatan, LΓ‘zaro e William.pdf](https://github.com/WilliamNovak/ProjetoFoodWaste/files/11056961/Food.Waste.-.Dionatan.Lazaro.e.William.pdf)

Funcionalities:


  • Homepage with a small overview about the project.

  • Sign In and Sing Up pages.

  • - Passwords cryptography is made using password_hash and password_verify from PHP

    - User can sign up as donator or receiver
  • Foods page (only for donor)

  • - Add, update and delete foods

    - Donate foods

    - If the expiry date expires, the food cannot be donated
  • Donations page (only for donor)

  • Donation offers page (only for receivers)

  • - The user can accept or refuse the donation

    - If refuse, the donation is reallocated to another receiver
  • Received donations page (only for receivers)

  • Dashboard page

  • - Cards with informations about the donations of the year

    - Charts with data and indicators about the donations per month in the last year
  • Redirect Donations Algorithm

  • - The process of redirecting donations is done by a selection algorithm developed in this project

    - It searches the receiver who had fewer opportunities and needs donations, based on some criteries (explained in download file)

    - The intention of this is to provide equal food conditions for all partner institutions