Skip to content

gbabaisaac/mergefund-hackathon-kit

Repository files navigation

MergeFund Hackathon Kit

Welcome! This repo contains starter scaffolding and mock data for the MergeFund hackathon.
Pick a bounty, build in isolation, and submit a PR.

Quick Start

npm install
npm run dev

Bounties (Core Track)

1) Bounty Card Component

Build a reusable card component (UI + props).
Page: /bounty-card

Requirements

  • Title, reward, tags, difficulty badge, progress bar
  • Responsive
  • Tailwind styling with hover effects

2) Leaderboard Page

Page: /leaderboard

Requirements

  • Rank developers by total earned
  • Show bounties completed, total earned, reputation
  • Responsive table layout

3) Bounty Discovery Algorithm (Marketplace)

Page: /discovery

Requirements

  • Build an algorithm for ranking bounties using provided data
  • Explain scoring in code comments
  • Sort list by score and display score

Choose One (Best Submission Wins)

Pick one of the following and build a new page under src/app/your-page.

Community & Social

  • Study Group Finder
  • Club Event Tracker
  • Hackathon Project Showcase
  • Mini StackOverflow-style Q&A
  • Real-Time Chat UI (frontend only)
  • Top Contributors of the Week widget

Productivity & Tracking

  • Habit Tracker
  • Daily Streak Counter
  • Personal Finance tracker (frontend only)
  • Coding Challenge leaderboard
  • Public roadmap display page
  • Support Ticket dashboard

Components & UI Systems

  • Search + Filter UI component
  • Reusable Table component with sorting
  • Pagination component
  • Profile Settings page UI
  • Notifications settings panel
  • Privacy Settings UI
  • Public API Explorer UI
  • Markdown Preview editor
  • Bug Reporting form UI

Marketplace & Voting Concepts

  • Simple Voting system
  • Poll creation app
  • Micro crowdfunding page

Personal Branding

  • Resume Portfolio landing page

Bug Fix Track (Optional)

See BUG_FIXES.md for beginner-friendly bug-fix bounties.

Submission

  • Create a PR with a short video or GIF demo.
  • Include screenshots of desktop + mobile.
  • Describe any tradeoffs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors