Teams Collab

What this is team collab?

Teams Collab gets your team in sync with a single platform for all your tasks. We have different states on which we can move the tasks. Using bucket we can share files, which can be accessed by all team members.

Features

  1. Manage tasks
  2. Assigned task with different priorities
  3. Share files within the team
  4. Dark mode
  5. Archive, edit or delete tasks

Getting Started Locally

Get all dependencies sorted

yarn;

Add all environment variables

NEXTAUTH_SECRET=
NEXT_PUBLIC_BASE_URL=
NEXTAUTH_URL=

Start application

yarn dev