Product
Blog
Docs
Pricing
Log in
Sign up
wohara010/garage
wohara010/garage
/
Compare
Merge
wohara010/main
into
templates/main
16 files changed
Hide whitespace
+1650
-100
README.md
+16
-55
templates/main
wohara010/main
frontend/components/App.tsx
+28
-7
frontend/favicon.svg
+3
-3
frontend/index.html
+6
-7
H
index.ts
+209
-10
backend
backend/db.ts
+68
-0
frontend/components/CarDetail.tsx
+193
-0
frontend/components/CarForm.tsx
+217
-0
frontend/components/GarageView.tsx
+145
-0
frontend/components/MediaSections.tsx
+194
-0
frontend/components/Timeline.tsx
+347
-0
frontend/helpers.ts
+122
-0
scripts
scripts/smoke.ts
+102
-0
frontend/components/Counter.tsx
+0
-18