Added TicketApp
parents
Showing
with
9090 additions
and
0 deletions
.gitignore
0 → 100644
app/account/page.tsx
0 → 100644
app/admin/events/[id]/page.tsx
0 → 100644
app/admin/events/new/page.tsx
0 → 100644
app/admin/loading.tsx
0 → 100644
app/admin/page.tsx
0 → 100644
app/auth/signin/page.tsx
0 → 100644
app/auth/signup/page.tsx
0 → 100644
app/checkout/page.tsx
0 → 100644
app/events/[id]/page.tsx
0 → 100644
app/events/loading.tsx
0 → 100644
app/events/page.tsx
0 → 100644
app/globals.css
0 → 100644
app/layout.tsx
0 → 100644
app/loading.tsx
0 → 100644
app/logout/page.tsx
0 → 100644
app/my-tickets/page.tsx
0 → 100644
app/page.tsx
0 → 100644
app/past-events/[slug]/page.tsx
0 → 100644
app/past-events/page.tsx
0 → 100644
app/tickets/[id]/page.tsx
0 → 100644
app/tracked-events/page.tsx
0 → 100644
components.json
0 → 100644
components/admin-event-list.tsx
0 → 100644
components/back-button.tsx
0 → 100644
components/category-filter.tsx
0 → 100644
components/event-card.tsx
0 → 100644
components/event-list.tsx
0 → 100644
components/featured-events.tsx
0 → 100644
components/menu-popup.tsx
0 → 100644
components/theme-provider.tsx
0 → 100644
components/toaster.tsx
0 → 100644
components/ui/accordion.tsx
0 → 100644
components/ui/alert-dialog.tsx
0 → 100644
components/ui/alert.tsx
0 → 100644
components/ui/aspect-ratio.tsx
0 → 100644
components/ui/avatar.tsx
0 → 100644
components/ui/badge.tsx
0 → 100644
components/ui/breadcrumb.tsx
0 → 100644
components/ui/button.tsx
0 → 100644
components/ui/calendar.tsx
0 → 100644
components/ui/card.tsx
0 → 100644
components/ui/carousel.tsx
0 → 100644
components/ui/chart.tsx
0 → 100644
components/ui/checkbox.tsx
0 → 100644
components/ui/collapsible.tsx
0 → 100644
components/ui/command.tsx
0 → 100644
components/ui/context-menu.tsx
0 → 100644
components/ui/dialog.tsx
0 → 100644
components/ui/drawer.tsx
0 → 100644
components/ui/dropdown-menu.tsx
0 → 100644
components/ui/form.tsx
0 → 100644
components/ui/hover-card.tsx
0 → 100644
components/ui/input-otp.tsx
0 → 100644
components/ui/input.tsx
0 → 100644
components/ui/label.tsx
0 → 100644
components/ui/menubar.tsx
0 → 100644
components/ui/navigation-menu.tsx
0 → 100644
components/ui/pagination.tsx
0 → 100644
components/ui/popover.tsx
0 → 100644
components/ui/progress.tsx
0 → 100644
components/ui/radio-group.tsx
0 → 100644
components/ui/resizable.tsx
0 → 100644
components/ui/scroll-area.tsx
0 → 100644
components/ui/select.tsx
0 → 100644
components/ui/separator.tsx
0 → 100644
components/ui/sheet.tsx
0 → 100644
components/ui/sidebar.tsx
0 → 100644
components/ui/skeleton.tsx
0 → 100644
components/ui/slider.tsx
0 → 100644
components/ui/sonner.tsx
0 → 100644
components/ui/switch.tsx
0 → 100644
components/ui/table.tsx
0 → 100644
components/ui/tabs.tsx
0 → 100644
components/ui/textarea.tsx
0 → 100644
components/ui/toast.tsx
0 → 100644
components/ui/toaster.tsx
0 → 100644
components/ui/toggle-group.tsx
0 → 100644
components/ui/toggle.tsx
0 → 100644
components/ui/tooltip.tsx
0 → 100644
components/ui/use-mobile.tsx
0 → 100644
components/ui/use-toast.ts
0 → 100644
context/navigation-context.tsx
0 → 100644
context/purchased-tickets-context.tsx
0 → 100644
context/tracked-events-context.tsx
0 → 100644
hooks/use-mobile.tsx
0 → 100644
hooks/use-page-navigation.tsx
0 → 100644
hooks/use-toast.ts
0 → 100644
lib/utils.ts
0 → 100644
next.config.mjs
0 → 100644
package.json
0 → 100644
pnpm-lock.yaml
0 → 100644
postcss.config.mjs
0 → 100644
public/placeholder-logo.png
0 → 100644

958 Bytes
public/placeholder-logo.svg
0 → 100644
public/placeholder-user.jpg
0 → 100644

2.55 KB
public/placeholder.jpg
0 → 100644

1.56 KB
public/placeholder.svg
0 → 100644
styles/globals.css
0 → 100644
tailwind.config.ts
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment