This is a simple collaborative task management application built with React and Vite. It lets teams create, assign, and track tasks in a shared workspace.
- Create and manage tasks with basic details
- Assign tasks to team members
- View tasks by team
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the app in your browser after starting the dev server.
- Create or join a team and start adding tasks.