Can you recommend any tuts or guides for a newbie?
Discussion
Try using replit to begin with, because it abstracts away deployment and DevOps. You'll focus on getting something functional working right away
nostr:npub1qtgmfq7jruka7l7q96gjlk4ar2ljjnsmca6l4l3atwldhyz7q5aqwnh07s and nostr:npub1zxu639qym0esxnn7rzrt48wycmfhdu3e5yvzwx7ja3t84zyc2r8qz8cx2y - Thanks again so much for this recommendation on Replit. In one week I created designs in Figma and now have a functional webapp that allows users to create events, tag them, upload an image. They can sign up via email, facebook, gmail. I also have an Admin Dashboard that allows me to handle all the backend.
Now I'm going through and cleaning up UI items.
So far it has cost me about $80.00 with Replit to do this.
What do you recommend as next steps, are you using Replit to deploy, host, etc.?
I still need to sign-up for some Google and Facebook API items, but other than that I'm just about ready to deploy and test!
Yea I would just push replit as far as you can. If you hit a wall feel free to reach out again.
I'm still trying this, so take it with a grain of salt: plug the code into GitHub and then use cursor to develop even better.
The problems I couldn't solve for yet are: multi repo development and keeping the codebase clean (replit makes a big mess out of branches and you need to clean it up manually with git. Not fun.
But I do see it as a step further. Since replit is good to start, but then starts getting nasty re implemting things left and right
yea just got to replit and make something simple. like a website. and then just keep trying stuff. play it like it's a video game.