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
- Manage tasks
- Assigned task with different priorities
- Share files within the team
- Dark mode
- 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