Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8a30bce
Landing page, design system, Supabase backend, hero video, Navbar/Footer
akiwumi Feb 23, 2026
e44a1e0
Choose Role page, Get Started → choose-role, remove Get Started from …
akiwumi Feb 23, 2026
41670e0
Include hero video in repo so it loads when deployed
akiwumi Feb 23, 2026
bfefce5
Add SPA fallback for deployed routes (Vercel rewrites, Netlify redire…
akiwumi Feb 23, 2026
15b805f
Redesign landing page with oroya.fr-inspired editorial aesthetic
akiwumi Mar 4, 2026
9781f87
Add entrepreneur registration, onboarding, and project submission flow
akiwumi Mar 4, 2026
6147186
Add backend wiring guide for entrepreneur flow
akiwumi Mar 4, 2026
b3b52fa
Add full pages for How It Works, Why Us, Testimonials, and Advice
akiwumi Mar 4, 2026
4cb036f
Update README to reflect current project state
akiwumi Mar 4, 2026
0ee8fc0
Update entrepreneur Welcome page
akiwumi Mar 5, 2026
87ebb44
Entrepreneur flow: Register, Dashboard, Profile, Payment, SubmitProje…
akiwumi Mar 5, 2026
38a491d
Add entrepreneur Login page and App routes
akiwumi Mar 5, 2026
97fba0e
Fix navbar routing: use React Router Link and add Register button
akiwumi Mar 5, 2026
ce470de
Add missing @stripe/stripe-js dependency
akiwumi Mar 5, 2026
174c000
Fix supabase crash when env vars are missing
akiwumi Mar 5, 2026
2391b01
Link Register button to /choose-role
akiwumi Mar 5, 2026
606a04c
Link 'Create an account' on login page to /choose-role
akiwumi Mar 5, 2026
2ea5a2a
Enforce signup password: 8+ chars, uppercase, lowercase, number, spec…
akiwumi Mar 5, 2026
1e542c8
Add live password requirements checklist to registration form
akiwumi Mar 5, 2026
f122054
Show upload/save errors on Profile page
akiwumi Mar 5, 2026
8743092
Fix profile page: maybeSingle() and remove unused import
akiwumi Mar 6, 2026
f17bf5a
Fix profile page losing data on re-navigation
akiwumi Mar 6, 2026
8e2f346
Remove root vercel.json to fix JS MIME type error
akiwumi Mar 6, 2026
d22767a
Fix 409 on projects: ensure entrepreneurs row exists before project i…
akiwumi Mar 6, 2026
334f30b
Prepare backend for production deployment
akiwumi Mar 8, 2026
20ef5ee
Remove Stripe from the entire application
akiwumi Mar 8, 2026
2360447
Remove redundant and unused code
akiwumi Mar 8, 2026
df744d9
Update README tech stack to match actual dependencies
akiwumi Mar 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules
.env.production.local

build
frontend/dist

npm-debug.log*
yarn-debug.log*
Expand Down
Loading