🏳️⚧️ human rights wtf
🛠️ building townshed to help navigate this dystopian nightmare
5 days later and 11348 Lua LOC later, here's a tech demo of a game I guess I'm developing called Elemental Transmutation 🎉
#indiedev #indiegame #indiedev #indiehacker
5 days later and 11348 Lua LOC later, here's a tech demo of a game I guess I'm developing called Elemental Transmutation 🎉
#indiedev #indiegame #indiedev #indiehacker
I've gotten profiles + posts working close to how I want for later project stages, including post threads and followers!
#indiedev #fullstack
I've gotten profiles + posts working close to how I want for later project stages, including post threads and followers!
#indiedev #fullstack
me and css certainly had a day 🙄
Also peep the code, cleanish still yeah?? 😂 #typescript #tailwindcss #css #react
me and css certainly had a day 🙄
Also peep the code, cleanish still yeah?? 😂 #typescript #tailwindcss #css #react
Follow for more progress 📈 👀
#nextjs #webdev #programming
Follow for more progress 📈 👀
#nextjs #webdev #programming
When a post is liked/unliked it adds the user ID to the array, which will allow for features like easily showing a list of who's liked the post later on in dev.
Managing the button state client side by mimicking the action using React States instead of an unnecessary server calls
When a post is liked/unliked it adds the user ID to the array, which will allow for features like easily showing a list of who's liked the post later on in dev.
Managing the button state client side by mimicking the action using React States instead of an unnecessary server calls
Likes is an array that stores user UUIDs, using it's length to display amount and conditionally rendering icon if auth user ID is included
Is this crazy of me? 🤔 #react
So far added the ability to post / see self-feed for the social side of the project, basic user settings menu, and a selection menu for Towns!
These will all tie together, vision to come 👀
#react #nextjs #dev