Summary
The current landing page (src/app/page.tsx) is a minimal hero with two buttons. Needs a feature showcase to attract contributors and users.
What to build
- Features section below the hero with 4 cards:
- Commit streaks tracker, PR analytics, Weekly goals, Top repositories
- Each card: icon, title, one-line description
- How it works section: 3 steps (Sign in → View dashboard → Set goals)
- Footer: links to GitHub, CONTRIBUTING.md, LICENSE, issues
Design notes
- Keep dark slate theme consistent with dashboard
- No external image dependencies — use inline SVG or emoji icons
- Must be responsive (mobile-first)
Files to edit
src/app/page.tsx
Acceptance criteria
Difficulty
Good first issue — pure UI, no API work.
Summary
The current landing page (
src/app/page.tsx) is a minimal hero with two buttons. Needs a feature showcase to attract contributors and users.What to build
Design notes
Files to edit
src/app/page.tsxAcceptance criteria
Difficulty
Good first issue — pure UI, no API work.