Thank you so much for taking a look through the club funding portal I worked on for the HUA. I would've created an updated video for the latest version V2, but I've since left my position in the HUA and lost access to the Airtable database for the club funding process. Hence, all the components that relied on it are now incomplete: club registration, organization search, funding tracker status, application links, and even the calendar (which fetched events from the HUA Finance Team's Google Calendar). Nevertheless, I've posted my V1 video below that goes through most of the fundamental features of the app and attached screenshots of what I still have access to in V2 in both light mode and dark mode. The good news is that, now that the project is deprecated, all the code is public so any technical reviewers can now see how each component works in detail. My quality of code has since increased after taking CS51 at Harvard and completing my internship at Meta. But this was an awesome learning experience for me, and thank you again!
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev(If an error appears about there being no BUILD_ID, please run npm run build first)





