Totoo Ba Ito?
An AI-powered Product and Industry Verification Checker using the official FDA Datasets
Congratulations to the winners of the Hacktoberfest 2025 hackathon track!
New projects created for the 20-day hackathon with teams competing for prizes!
Open source projects from our community looking for contributors!
Pull requests submitted by our community members during Hacktoberfest 2025.
I created a github actions workflow that will automatically run type checking, formatting, and linting on all commits and pull requests.
Ensures consistent bottom padding between the code and preview tabs, i removed the visual spacing inconsistency at the bottom of the interface.
Change the favicon to only show the pizza icon as mentioned in the issues section of their repository.
I refactored the get_redirect_uri() function to improve performance, security, and OAuth 2.0 compliance. I removed a duplicate and unused STATIC_URL variable. I replaced request.build_absolute_uri() with direct request.path access for URL extraction. I removed hardcoded http://127.0.0.1:8001/ to https://pizzapy.ph/ URL replacement logic. Implemented dynamic scheme and host detection using request.scheme and request.get_host().
This PR implements the Home page UI and adds the login/logout flow and supporting views. It wires the home screen to the existing auth utilities so users can sign in and sign out, updates UI components used on the home screen (inputs and loading spinner), and applies relevant styles.
I added setup instructions and prerequisites in the README because I didn't know how to set it up after cloning. I didn't know it was a next.js project. I thought it was vanilla javascript.
I fixed the typo (hesValue to hexValue) in the script.js. Previously, the typo was causing a run-time issue that was logged as undefined.
I removed the required and minlength attributes on textarea element so that the toast notification validation element will display. Previously, the html validation attributes were preventing their custom toast notification pop up. Which displays their validation message. This pull request doesn't introduce changes to their existing validation nor does it introduce breaking changes, but instead, proposes changes to improve the user experience.
Submit your open source project or track your contributions!
These projects are from our very own local developers here in Cebu, PH.