The document outlines requirements for a small React and Node app including a login/registration form with validation, storing user data in a database, a homepage with an employee table, and buttons to add, update, delete, and logout.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views
Smart React App
The document outlines requirements for a small React and Node app including a login/registration form with validation, storing user data in a database, a homepage with an employee table, and buttons to add, update, delete, and logout.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
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