**User Story:** As a user, I want a dashboard where I can see all my projects and manage them easily. **Acceptance Criteria:** - [ ] Create a `DashboardComponent` that serves as the main view after login. - [ ] The component should fetch and display a list of the user's projects from the backend. - [ ] Implement a feature to create a new project, likely via a modal or a dedicated form. - [ ] Each project in the list should have options to edit or delete it. - [ ] Clicking on a project should navigate the user to its specific Kanban board view (`/projects/:id`).