Product
Blog
Docs
Pricing
Log in
Sign up
neelimakambampati/devtrack_ai_app
neelimakambampati/devtrack_ai_app
/
Compare
Merge
neelimakambampati/main
into
templates/main
20 files changed
Hide whitespace
+1684
-42
frontend/components/App.tsx
+91
-7
templates/main
neelimakambampati/main
frontend/index.html
+5
-6
H
index.ts
+277
-11
backend
backend/ai.ts
+114
-0
backend/analytics.ts
+85
-0
backend/auth.ts
+94
-0
backend/db.ts
+67
-0
backend/github.ts
+87
-0
backend/internships.ts
+96
-0
frontend/components/Dashboard.tsx
+135
-0
frontend/components/Internships.tsx
+112
-0
frontend/components/InterviewPrep.tsx
+106
-0
frontend/components/Landing.tsx
+74
-0
frontend/components/RepoReview.tsx
+108
-0
frontend/components/ResumeAnalyzer.tsx
+126
-0
frontend/components/ui.tsx
+78
-0
frontend/lib
frontend/lib/api.ts
+29
-0
frontend/components/Counter.tsx
+0
-18