Question: i need to create a form with react.js and the following should be included in a file called App.js: Develop a ContactList database. Things to
i need to create a form with react.js and the following should be included in a file called App.js:

Develop a ContactList database. Things to do: 1. Create a form to enter a new record 2. Search bar to search for matching records Things to remember: 1. Contact data should contain - ID, Name, Gender, Level of Education, Address, Email, Telephone 2. Form should contain all the fields to enter a new record except ID. ID is generated randomly or a sequential number. 3. Form Validation Validate the form to check that the entered name is not empty and entered email address is in the right format 4. Ensure that you have at least three records when you start the app. 5. The data should be shown in a tabular format. 6. Search bar should search for a substring by ignoring the case of the letters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
