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).