Create a React hook called useProducts that: - Fetches products from an API endpoint - Returns loading, error, and data states - Uses the fetch API Keep it simple for now, just the basics.