The current information form is acceptable, it just needs to be in React. Tasks: - [ ] Add Name field - [ ] Automatically split first name and last name based upon first space - [ ] Add email field - [ ] Use validators for valid email Acceptance criteria - [ ] Can enter name - [ ] Name is split properly to provide discrete data fields - [ ] Can enter email - [ ] Invalid emails are not allowed
The current information form is acceptable, it just needs to be in React.
Tasks:
Acceptance criteria