Description: - Choose a public REST API that provides country information and document which endpoints and data fields will be used in the application. Tasks: - Find a suitable API endpoint. - Select approximately 10 to 20 countries, or another appropriate subset. - Determine which data fields the application requires. - Investigate how API errors are handled. - Document the API in the README. Acceptance Criteria: - The API is publicly available. - The API returns all required data fields. - The selected endpoint and data fields are documented. - No API data is stored in Web Storage.