SutesFozes banner

SutesFozes

5 devlogs
21h 47m 34s

SUTESFOZES is a community-driven recipe sharing platform where anyone can upload and share their own cooking and baking recipes - completely ad-free and distraction-free.

Inspired by communities like Reddit’s cooking subreddits, but built as a …

SUTESFOZES is a community-driven recipe sharing platform where anyone can upload and share their own cooking and baking recipes - completely ad-free and distraction-free.

Inspired by communities like Reddit’s cooking subreddits, but built as a standalone modern web application.

Test recipes: Donuts, spagetti

This project uses AI

Ai debugging and frontend coding, around 10%

Demo Repository

Loading README...

L4rav3l

Finally, I finished it.
I created a search component so you can search for recipes, and fixed a few bugs.

0
L4rav3l

I’ve created the recipe page renderer. Next, I’ll create the favorites checker and the search system. Finally, I’ll polish the system.

0
L4rav3l

So. I created the submit recipe which includes the recipe submission and the images upload system. The image are uploaded to the R2.

Next, I will create the recipe page, and landing page.
Finally, I think I will ship a project within a few hours.

0
L4rav3l

I created a profile component where you can view your username and email, and change your username, email, and password.

I created a “My Recipes” category where you can see your recipes’ titles, their status (checked or unchecked), and each recipe’s karma.

Now I created a “Favourite Recipes” section where you can see your favourite recipes’ titles, authors, and karma, and you can also remove recipes from your favourites list.

0
L4rav3l

I created a lot of things. The project has an infrastructure that includes email sending, PostgreSQL connection, JSON Web Token creation and validation, and Argon2 encryption. I built a frontend that includes a simple menu bar, login, register, email verification, and a verify component.

P.S. In React development mode, a POST request runs twice, so in the verify component the first request succeeds, but the second one fails because the token has already been revoked.

0