[PR #202] [CLOSED] Landing page UI + Clerk auth (Facebook/Google), routing and TS config… #254

Closed
opened 2026-03-02 23:34:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/202
Author: @Om-Singh1808
Created: 8/13/2025
Status: Closed

Base: mainHead: feature/landing-clerk-auth


📝 Commits (2)

  • 72f9e54 Landing page UI + Clerk auth (Facebook/Google), routing and TS config updates
  • 821faac Delete backend/.env

📊 Changes

15 files changed (+1419 additions, -21 deletions)

View changed files

.gitignore (+5 -0)
LANDING_PAGE_IMPLEMENTATION_GUIDE.md (+244 -0)
LANDING_PAGE_UI_SUMMARY.md (+144 -0)
SIMPLE_LANDING_PAGE_SUMMARY.md (+141 -0)
📝 backend/.onboarding_progress.json (+13 -13)
frontend/env.example (+8 -0)
📝 frontend/package-lock.json (+115 -8)
📝 frontend/package.json (+2 -0)
frontend/setup-landing-page.sh (+52 -0)
frontend/src/components/auth/AuthProvider.tsx (+59 -0)
frontend/src/components/auth/SignInPage.tsx (+134 -0)
frontend/src/components/auth/SignUpPage.tsx (+134 -0)
frontend/src/pages/LandingPage.tsx (+306 -0)
frontend/src/test-landing-page.js (+51 -0)
frontend/src/vite-env.d.ts (+11 -0)

📄 Description

… updates


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/202 **Author:** [@Om-Singh1808](https://github.com/Om-Singh1808) **Created:** 8/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/landing-clerk-auth` --- ### 📝 Commits (2) - [`72f9e54`](https://github.com/AJaySi/ALwrity/commit/72f9e54479e121c389299759909c8b882788341d) Landing page UI + Clerk auth (Facebook/Google), routing and TS config updates - [`821faac`](https://github.com/AJaySi/ALwrity/commit/821faacb07132830085c23415865d93a1dcc527b) Delete backend/.env ### 📊 Changes **15 files changed** (+1419 additions, -21 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+5 -0) ➕ `LANDING_PAGE_IMPLEMENTATION_GUIDE.md` (+244 -0) ➕ `LANDING_PAGE_UI_SUMMARY.md` (+144 -0) ➕ `SIMPLE_LANDING_PAGE_SUMMARY.md` (+141 -0) 📝 `backend/.onboarding_progress.json` (+13 -13) ➕ `frontend/env.example` (+8 -0) 📝 `frontend/package-lock.json` (+115 -8) 📝 `frontend/package.json` (+2 -0) ➕ `frontend/setup-landing-page.sh` (+52 -0) ➕ `frontend/src/components/auth/AuthProvider.tsx` (+59 -0) ➕ `frontend/src/components/auth/SignInPage.tsx` (+134 -0) ➕ `frontend/src/components/auth/SignUpPage.tsx` (+134 -0) ➕ `frontend/src/pages/LandingPage.tsx` (+306 -0) ➕ `frontend/src/test-landing-page.js` (+51 -0) ➕ `frontend/src/vite-env.d.ts` (+11 -0) </details> ### 📄 Description … updates --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:34:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#254
No description provided.