Best Budget Travel Credit Card Finder

Best Budget Travel Credit Card Finder

Find the best travel card based on your spending habits.

Your card recommendations will appear here. Please fill out the 'Data Configuration' tab first.

Annual Spending Habits

Preferences

Must-Have Perks

Annual Fee: $${card.annualFee}

$${card.firstYearValue.toFixed(0)}

Est. 1st Year Value

Key Perks

${card.perks.map(p => `${p}`).join('') || 'None'}
`).join(''); container.innerHTML = `

Your Top Credit Card Matches

${resultsHtml}
`; downloadBtn.classList.remove('hidden'); } function downloadPDF() { const { jsPDF } = window.jspdf; const pdf = new jsPDF({ orientation: 'p', unit: 'mm', format: 'a4' }); const contentToPrint = document.getElementById('dashboard-content'); if (!contentToPrint) return; html2canvas(contentToPrint, { scale: 2, useCORS: true }).then(canvas => { const imgData = canvas.toDataURL('image/png'); const pdfWidth = pdf.internal.pageSize.getWidth(); const pdfHeight = (canvas.height * pdfWidth) / canvas.width; pdf.addImage(imgData, 'PNG', 10, 10, pdfWidth - 20, pdfHeight > 277 ? 277 : pdfHeight - 20); pdf.save('Credit-Card-Recommendations.pdf'); }); }
Scroll to Top