TIST-27: UserMenu model and ajax endpoint to add #17

Merged
steve_dekart merged 3 commits from TIST-27 into develop 2025-06-29 10:03:40 +02:00
Showing only changes of commit bb00e19385 - Show all commits

View File

@ -22,6 +22,7 @@ The FridgeBites was developed almost entirely from scratch using PHP, without re
The website is built entirely from scratch using pure PHP, without relying on any frameworks. This was done as an experimental project to enhance personal skills. Despite this, some libraries were used to add specific functionality:
- [\[PHP\] PHPMailer](https://github.com/PHPMailer/PHPMailer): A library for sending emails, used for password recovery functionality.
- [\[PHP\] FPHP](https://www.fpdf.org/): library which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library.
- [\[JS\] Swiper.js](https://github.com/nolimits4web/swiper): A highly customizable library for creating sliders and carousels.
- [\[JS\] Toastify.js](https://github.com/apvarun/toastify-js): A lightweight library for creating beautiful and customizable toast notifications.