TeamTask is a task management application that enables managers to assign tasks to team members and allows users to update the status of their assigned tasks. This system provides an efficient way to track project progress and manage team workflow.
- Node.js installed on your system
-
Clone the project
git clone git@github.com:Amir-benali/TeamTask.git
-
Navigate to project directory
cd TeamTask -
Install dependencies
npm install
-
Configure environment variables
- Fill in your credentials and configuration settings
-
Run the project
npm run dev
- Manager can assign tasks to users
- Users can view their assigned tasks
- Users can update task status