React Functional Component Conversion This repository converts a React class component to a functional component using TypeScript. File: src/UserData.tsx Instructions: The original class component was converted to a modern functional component using React hooks (useState, useEffect, useRef).