I'm gearing up for a two-hour hack sprint where I'll be tasked with creating an AI-powered web app that focuses on user experience. I've got about a month to prepare, but I'm not sure where to start or which tools to focus on. I do know some basic Python, but I feel a bit lost with everything I need to learn. Any suggestions?
2 Answers
Honestly, I'm surprised you're taking this on without much experience! Do you have teammates? The whole two-hour thing sounds intense. I'd suggest checking out React at react.dev, and definitely brush up on your HTML, CSS, and JavaScript. If you're comfortable with Python, Django could be a good choice for your backend, but be careful not to complicate your setup. I'd recommend preparing your development environment in advance and experimenting with Vite templates to find what works best for you.
It's important to remember that whatever you create during the hack sprint will likely be unstable and not production-ready. While LLMs can help generate a lot of code, it might not always be the best quality. Focus on building a simple, functional project instead of trying to make it perfect.

Thanks for the info! I thought this would be a good learning experience, even if it's a bit out of my comfort zone. I think I’ll take a look at those tools you mentioned.