A simple web application that allows users to upload CSV files and convert them into JSON format. The app provides an option to download the converted JSON data. Built with React and styled using Tailwind CSS.
https://csv-to-json-one.vercel.app/
- Upload CSV files
- Convert CSV data to JSON format
- Display the converted JSON data
- Download the JSON file
- React: For building the user interface
- Tailwind CSS: For styling
- PapaParse: For parsing CSV files
- FileSaver.js: For downloading files
-
Clone the repository:
git clone https://github.com/yourusername/csv-to-json-converter.git cd csv-to-json-converter -
Install dependencies:
npm install
-
Run the application:
npm start
Click on the "Choose File" button to upload a CSV file.
The app will parse the file and convert it to JSON format.
You can view the converted JSON data displayed on the screen.
Click the "Download JSON" button to download the converted data as a JSON file.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details. basic