Create app to display form:
Name : text field
Email: text field
Comment: area field
Submit button
Use react :
After submit, display information which submitted to screen, save information, display the table below the form to show all comment , name and email (Use react state to store data)
Add delete function