a minimal task manager to get the job done!
Key Features:
- Landing page
- TailwindCSS
- Mantine for UI components
- Dark mode
- Auth with Clerk
- Organizations / Workspaces
- Board creation
- Unsplash API for random beautiful cover images
- Activity log for entire organization
- Board rename and delete
- List creation
- List rename, delete, drag & drop reorder and copy
- Card creation
- Card description, rename, delete, drag & drop reorder and copy
- Card activity log
- Supabase
- Prisma ORM
Node version 18.x.x
git clone https://github.com/navid70/task-man.gityarn installNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=
DATABASE_URL=
DIRECT_URL=
NEXT_PUBLIC_UNSPLASH_ACCESS_KEY=Add your SQL Database, then:
npx prisma generate
npx prisma db push
yarn devI should thank Diginext mentors and teachers for helping to develop and improve this project
