Loading request...
Develop the frontend for a new project intake form to create projects at kickoff. The form should include fields for Name, Description, and Project Type (Fiber/Voice/Both). Upon submission, it should call `POST /projects` and redirect to the Project Detail page.
Form to create a Project at kickoff. Fields Name Description Project type (Fiber / Voice / Both) Behavior Calls POST /projects Redirects to Project Detail page