A lightweight Next.js web app that allows users to upload a CSV file and preview how its data maps onto an image template. Ideal for generating image previews with dynamic text or fields based on spreadsheet input.
- Upload and parse CSV files with PapaParse
- Live preview of uploaded CSV content in a table
- Placeholder image preview (to be connected with template logic)
- Responsive UI with Tailwind CSS
- Built on Next.js 14 (App Router, client components)
- ⚛️ React (Next.js App Router)
- 📦 PapaParse for CSV parsing
- 🎨 Tailwind CSS
- 🧪 Coming soon: Image templating logic