Inspiration
I found it frustrating to repeatedly explain my skills and face "sorry, we're full" responses while searching for a hackathon team.
What it Does
Our website analyzes your skills and those of others to find your ideal teammates. By asking relevant questions that matter to fellow hackers, it allows you to join the perfect team without oversharing.
How I Built It
I had a vision, and somehow, it came to life while I was dreaming!
Challenges We Ran Into
We encountered an issue with this code:
db.execute('''
CREATE TABLE IF NOT EXISTS answers (
uid INTEGER,
quid INTEGER
response TEXT
)
''')
The missing comma after INTEGER resulted in only two columns being created instead of three, causing issues with data insertion.
Accomplishments We're Proud Of
The platform is functional and effectively matches users with teams.
What We Learned
Starting a project on the second day of a hackathon is not ideal!
What's Next for Hackathon Matcher
We plan to enhance the platform with more features and refine our matching algorithm.
Log in or sign up for Devpost to join the conversation.