Skip to content

1611-Developer/CSV-to-JSON

Repository files navigation

CSV to JSON Converter

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.

Live Application Link

https://csv-to-json-one.vercel.app/

Features

  • Upload CSV files
  • Convert CSV data to JSON format
  • Display the converted JSON data
  • Download the JSON file

Technologies Used

  • React: For building the user interface
  • Tailwind CSS: For styling
  • PapaParse: For parsing CSV files
  • FileSaver.js: For downloading files

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/csv-to-json-converter.git
    cd csv-to-json-converter
    
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start
    
    

Usage

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.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details. basic

About

CSV to JSON Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published