0% found this document useful (0 votes)
26 views

React JS Coding Task-1

Candidates pursuing graduation are not eligible for this React JS coding task. The task involves creating a user registration form using Formik, saving new users in an array with React Hooks, and displaying the user list in a table. Candidates must work in a GitHub repository, make meaningful commits, and submit a link to the repository along with a screen recording of the application.

Uploaded by

princeaditya108
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

React JS Coding Task-1

Candidates pursuing graduation are not eligible for this React JS coding task. The task involves creating a user registration form using Formik, saving new users in an array with React Hooks, and displaying the user list in a table. Candidates must work in a GitHub repository, make meaningful commits, and submit a link to the repository along with a screen recording of the application.

Uploaded by

princeaditya108
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like