Activity

TheSeagullDev

I started out with just doing some testing messing around with ai.hackclub.com to test if it could work with my intended usecase, and it seems like it does! For this flashcard app, I want to have the mode where users can see a term and type the definition, and have it be checked by AI! Traditionally, this is a paid feature, and should be super helpful for topics in the sciences or history. (In the screenshot, I tested it with “13th ammendment”)

Attachment
0
TheSeagullDev

Shipped this project!

Hours: 2.54
Cookies: 🍪 5
Multiplier: 1.95 cookies/hr

Time to ship! I made this project all in one shot yesterday, but forgot to add to flavortown, so now I’m adding it today! For the technical details, I went into it in my devlog.

TheSeagullDev

This was a pretty simple project, so only 1 devlog. I was debating on whether or not to use tailwind CSS for this and ultimately decided to just stick with plain CSS because I didn’t want to make a complicated build step and just wanted to deploy it easily on Github pages, and I couldn’t get the play CDN to give me autocomplete in VSCode. As for the actual design, I just modeled the days as some objects with attribues for prize, snowflakes, and the additional snowflake amount for not taking the prize, as well as a few other details. I then just looped over the days and cretae buttons for each option, recalculating all the prizes when a selection is made.

Attachment
0