Following are the details of a small
react App which you need to create in React and Node
1. Create a Login Form with Email and Password.
2. If the user doesn't have an account they can register themselves and log in to the
app
1. Validation for Registration Page
1. Contact number should be 10 to 12 Digit
2. Password and Confirm password should be same
3. Email validation should be there
4. Allow Complex password.
5. Validation messages should come inline when the user type in.
3. Needs to use MongoDB or any other DB to store the data
4. The form should have proper validation.
5. On login, redirect the user to the Home page.
6. The home page will have the following content
1. An Add-New button in the header with functionality of adding new records
in below grid..
2. A Table-Grid of employees with - Name, Email, Contact number and
Address.
3. On click of Add-New button Open a modal with form (Form fields, Name,
Adress, contact Number, Department).
4. After adding/updating/deleting records, grid should auto refresh.
7. On form submit add the fields from the form into the grid.
8. Update and Delete functionality should be implemented.
9. A logout button to redirect back to the login page.
Note:
1. Code should not be duplicated
2. Do not copy paste from previous project,Your previous project will be deleted
3. Do not take help from any peer and seniors you can search only on google if you
get any issue
4. Take break of 30 mins
In case of any query and difficulty let us know