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