Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • 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