nextjs-csv-parser is a Next.js starter template for CSV parsing using papaparse
.
- CSV parsing using the
papaparse
library - File uploading with drag and drop functionality using
shadcn
- Easy to extend and customize
Next.js, Tailwind CSS and Shadcn
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/tayanderson/nextjs-csv-parser.git cd nextjs-csv-parser-starter
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Open your browser to http://localhost:3000 to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project is licensed under the MIT License - see the LICENSE file for details.