[go: up one dir, main page]

0% found this document useful (0 votes)
27 views1 page

IT 22 React JS - Assignment 2-1

The document outlines a hands-on assignment for a Full Stack Development course focused on React JS for the academic year 2024-25. It includes tasks such as creating a button that disables after three clicks, implementing a dropdown to update state, building an AADHAR registration form with validation, demonstrating functional component lifecycle phases, creating a timer, and managing visibility of a paragraph using useState. These tasks aim to enhance practical skills in React JS development.

Uploaded by

techgianthindi
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)
27 views1 page

IT 22 React JS - Assignment 2-1

The document outlines a hands-on assignment for a Full Stack Development course focused on React JS for the academic year 2024-25. It includes tasks such as creating a button that disables after three clicks, implementing a dropdown to update state, building an AADHAR registration form with validation, demonstrating functional component lifecycle phases, creating a timer, and managing visibility of a paragraph using useState. These tasks aim to enhance practical skills in React JS development.

Uploaded by

techgianthindi
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

Academic Year 2024-25

Course - IT22 Full Stack Development

React JS – Hands on Assignment -1

1. Add a button that disables itself after 3 clicks (use state to track clicks).

2. Implement a <select> dropdown that updates state with the selected value.

3. Build a AADHAR Registration form with an input field and a submit button.

4. Add Form Validation in above program.

5. Write a program to demonstrate functional component life cycle phases.

6. Create a timer that updates the seconds elapsed every seconds.

7. Use useState to manage the visibility of a paragraph (toggle text with a button).

You might also like