This app is designed to help teams track their work efficiently, similar to Jira or Trello. It includes features such as task creation, assignment, and status tracking.
- Task creation with essential fields (title, description, priority, status, assignee, due date)
- Drag-and-drop functionality to move tasks between different statuses
- User authentication and task assignment
- Real-time updates and notifications
You can view a fully working demo at the-front-gjqyzg9oc-khaosans-projects.vercel.app/login.
Vercel deployment will guide you through creating a Supabase account and project.
After installation of the Supabase integration, all relevant environment variables will be assigned to the project so the deployment is fully functioning.
-
You'll first need a Supabase project which can be made via the Supabase dashboard
-
Create a Next.js app using the Supabase Starter template npx command
npx create-next-app -e with-supabase