React JS Coding Task
* Please note that candidates currently pursuing their graduation/studies are NOT eligible
for this role. Such candidates MUST NOT submit the assignment.
Instructions for the task:
1. Work in a new GitHub public repository.
2. Create a new branch test-task and work on it. Make Pull Request from test-task to the main
branch.
3. Make regular meaningful commits to the Pull Request.
4. Submit the Github link of the repository & a short screen recording of the working application.
5. Share the screen recording via a Google Drive link.
Task
1) Using ReactJS, create a form using Formik for a User Registration Form with the above
fields.
2) When SUBMIT button is clicked, using React Hooks, save the new user in an array.
3) Show the list of users in a table below the form.
When a new user is added to the array, the list should be updated, displaying the new
users.