└── 📁1min2meet
└── 📁app
└── 📁fonts
└── globals.css
└── layout.tsx // root layout
└── 📁api // api routing
└── auth.ts
└── 📁dashboard // page routing
└── 📁meeting
└── 📁[meetingId] // dynamic page routing
└── page.tsx
└── page.tsx
└── 📁components
└── 📁common
└── 📁features // special components for each page
└── 📁AddGoogleCalendar
└── 📁Auth
└── 📁AvailabilityFill
└── 📁Dashboard
└── 📁MeetingCUForm
└── 📁Layout // special components for layojt
└── 📁Footer
└── 📁Navbar
└── 📁ui // shadcn's components
└── 📁utils
└── constant.ts
└── 📁helper
└── 📁hooks
└── 📁lib
└── meeting.ts // api service functions
└── prisma.ts // db connect
└── utils.ts
└── 📁prisma
└── 📁migrations
└── 📁schema
└── schema.prisma
└── auth.prisma
└── meeting.prisma
...
└── 📁public // public assets
└── 📁icons
└── 📁types // typescript interfaces
...
-
Notifications
You must be signed in to change notification settings - Fork 0
NextJS final project for Web programming course
daFoggo/1Min2Meet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
NextJS final project for Web programming course
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published