Skip to content

NextJS final project for Web programming course

Notifications You must be signed in to change notification settings

daFoggo/1Min2Meet

Repository files navigation

PROJECT STRUCTURE

└── 📁lets-meat
    └── 📁app
        // router
        └── 📁admin
            └── layout.tsx
            └── page.tsx
        └── 📁auth
            └── 📁login
                └── page.tsx
            └── 📁register
                └── page.tsx
            └── layout.tsx
        └── 📁fonts
            └── GeistMonoVF.woff
            └── GeistVF.woff
        └── favicon.ico
        └── globals.css
        //root layout + root page
        └── layout.tsx
        └── page.tsx
    └── 📁components
        // your reuse components
        └── 📁common
            └── 📁ThemeProvider
                └── theme-provider.tsx
            └── 📁ThemeToggle
                └── theme-toggle.tsx
        // components for special features
        └── 📁features
        // shadcn components
        └── 📁ui
            └── button.tsx
            └── dropdown-menu.tsx
    └── 📁helper
    └── 📁hooks
    └── 📁lib
        └── utils.ts
    └── 📁services
    └── 📁types
    └── .eslintrc.json
    └── .gitignore
    └── components.json
    └── next-env.d.ts
    └── next.config.mjs
    └── package-lock.json
    └── package.json
    └── postcss.config.mjs
    └── README.md
    └── tailwind.config.ts
    └── tsconfig.json

About

NextJS final project for Web programming course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published