Efficient Task Management for Your Team
TaskUnity is a powerful web application designed to streamline task management and enhance productivity within your organization. With TaskUnity, administrators can effortlessly assign tasks to users, ensuring that everyone knows their responsibilities and deadlines.
- Task Assignment : Admins can create and assign tasks to specific users, ensuring clear delegation and accountability.
- Collaboration : Facilitate team collaboration with comment threads and file attachments on each task.
npm i
cp .example.env .env # add require ENV
npm run dev
-
Next.js 14: The React framework that provides an efficient and scalable development experience for modern web applications.
-
Tailwind CSS: A first-class utility-first CSS framework for web applications, simplifying styling with a class-based approach.
-
Shad/cn: A pre-built UI components designed to help developers quickly build user interfaces
-
MongoDB: A widely used NoSQL database for flexible and scalable data storage.
-
Zustand: A minimalist state management library for React, providing a straightforward way to manage application state.
- Setup: next, tailwind, shadcn/ui, lucid-react-icon
- UI Pages : @sitemap , ColorScheme & Logo
- CRUD
- NextSJ with MongoDB using mongoose
- Task CRUD
- Featching /API: Render Blogs from MongoDB with SWR
- Auth: clerk (Custom Login, Custom Signup, Custom Forget Password, public route: /blog /sign-up /sign-in / )
- OnBoard : update User Meatadata : role, username
- NextSJ Server Actions
- NextJS Nested Layout.jsx
- if alreday authentixated then dont allow "/sign-in /sign-up"
- Zustand
- Add Task Modal Popup State
- Task State
- User Info ( Admin / User )
- routing of auth , redirect , loader animation of clerk, Layout, Clerk metadata
- Loading UI
- React/NextConcepts : Context API, memo, hooks
- Task CRUD API
- Clerk Organization Invitation
- React-Query
- Sample PJ
- Update Task
- Schema : add (mail)
- Clerk Role Assign meta Data : role-( Admin / User )
- How to use clerk with cli or Postman for Auth
- what is
(auth)
dir : ignore
- Implementing Role-Based Access Control in Next.js , Safeguarding User Role-Based Private Routes in Next.js 13 or 14 app router: A Step-by-Step Guide
- Difference betwwen
.env
/.env.local
/.env.example
- Customization Clerk UI : Auth , Profile
/home
(Admin)
/
(User)
/
/blogs
/blog/:slug
/profile
404.js
Admin
- id @id
- username
- email
-
- tasks @relation Task_id
User
- id @id
- org @relation Org_id
- tasks @relation Task[] )
Task
- todo String
- status @enum("pending","done")
- createdAt
- assigned @relation("UserID")
http
- https://github.com/ajayahara/nextjs-14-blog
- https://github.com/safak/next14-tutorial
- https://github.com/clerk/clerk-nextjs-examples
- https://dev.to/musebe/implementing-role-based-access-control-in-nextjs-app-router-using-clerk-organizations-566g
- https://github.com/bradtraversy/clerk-app/
- https://clerk.com/docs/references/nextjs/overview#client-side-helpers
- https://github.com/Shreyas-29/nextjs-clerk-auth-starter/
- https://github.com/boybizarre/budget-tracker.git
- https://github.com/DerikDantas/nextjs-todo.git
use client
under /Compoenentuse server
under /app