Skip to content

DavidLapadula/JsonCsvConverter

Repository files navigation

JSON CSV Converter

Table of contents

  1. Description
  2. Technology
  3. Installation
  4. Usage
  5. Acknowledgements

Description

This web tool, built with Next.js, seamlessly converts data between JSON and CSV formats. Users can input raw text or upload files using a standard uploader or drag-and-drop functionality. After conversion, users can easily copy the results to their clipboard or save them to a file.

Technology

Installation

  1. Clone and install the project locally.
git clone https://github.com/DavidLapadula/JsonCsvConverter.git
cd jsoncsvconverter
  1. Install packages.
npm install
  1. Verify functionality by running the unit tests.
npm run test
  1. Run the project. It should be available at It should be available at localhost:3000.
npm run dev

Usage

CSV to JSON

CSV to JSON

JSON to CSV

JSON to CSV

Upload file

Upload File

Drag and drop file

Drag and Drop File

Acknowledgements

The inspiration for this application came from an excellent list of ideas created by florinpop17. Make sure to check the list out when deciding on your next personal project.