Explainer
png.win was a university project that arose from the CSCE 3444 (Software Engineering) class at UNT. It ran off ExpressJS and Postgres for our backend, with SvelteKit and Vite for our frontend.
I was primarily focused on backend for the majority of the project until unfortunate circumstances happened to our frontend developer, in which I swapped over to make a functioning frontend.
As it stands, it is a MVP, with the ability to create accounts, post images, tag images, as well as scoring them via likes and dislikes. All of which are properly stored in a database.
My contributions to this project was mainly handling the login aspect on both the frontend and backend as well as jwt verification along with the making the profile page.