-
Create a form which will contain Fields like Name, Email, Phone Number and Address.
-
Validate form data using JavaScript. Validation needs to pass is given below: 2.1. First character of name must start with capital letter. 2.2. First three characters of phone number must be +88 2.3. Email must contain @ 2.4. Last three characters of email number must be com 2.5. Use REGEX format
-
After validation save those data into Database (Mssql, MySql preferred) or feel free to use any of your choice.
-
Create another page where you have fetch all data from the database in a arranged manner (ex: table, grid, list) also add delete option to delete a single data from the list.
NB: Use Bootstrap for styling the pages and navigation.