Day 5: JSON Handling and APIs QUESTION 1: Create a component that fetches a list of users from an API and displays their names in a dropdown. QUESTION 2: Write a program to convert a JavaScript object into a JSON string and display it in a React component. QUESTION 3: Create a form component where users can input their details (name, email, and phone). On submission, save the data as a JSON object in the state. QUESTION 4: Fetch data from an API and use the map function to render cards displaying the data (e.g., user profiles with name and picture). QUESTION 5: Write a program to simulate a login flow by saving the user’s credentials (from a form) in the browser's local storage as JSON.