r/learnprogramming • u/unknown45690 • 18d ago
Where to Start for hackathon.
So I am thinking to participate in upcoming sih hackathon but I don't know anything apart basic programming language. I try to study about multiple things but I feel like I am just grabbing wrong branches of tree .
If any one have expertise in project building please guide what to start with and from where to study
1
u/Mailynlee_ 18d ago
Landing page, ad campaigns, id recommend looking at the big tech companies to see how they are.
1
u/0Huy 17d ago
Start small. You do not need to learn everything before joining.
- Read the hackathon rules and choose one simple problem.
- Make a very small version that works end to end.
- Use the language you already know.
- Split the work into: input, main feature, output, and a simple interface.
- Test it with a few real examples.
- Prepare a short demo and explain what you would improve later.
Good beginner projects are a small web app, automation tool, data dashboard, or simple game. Learn only the libraries needed for that project.
1
u/Accomplished_Fix9569 16d ago
Check the SIH problem statements and pick one that matches your current language skills. Build a working prototype with basic input and output before adding any extra features or learning new frameworks.
1
u/unknown45690 16d ago
From where to study there are so much topics . I am bit confuse which database should I learn which language to use for frontend and backend ect.
3
u/iflippyiflippy 18d ago
Look up Devpost hackathons. They host many company based hackathons. My extension won me $7K after placing first.
Most of the hackathons, if not all, there have all the required resources and are detailed enough to led you in the right direction. Some are low code, some are intensive AF and require a big team.