https://github.com/kayke-fujinaka/csv-to-json
🎈 CSV to JSON Converter
https://github.com/kayke-fujinaka/csv-to-json
csv csvtojson json
Last synced: about 1 month ago
JSON representation
🎈 CSV to JSON Converter
- Host: GitHub
- URL: https://github.com/kayke-fujinaka/csv-to-json
- Owner: Kayke-Fujinaka
- Created: 2022-06-06T21:02:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T17:49:10.000Z (about 3 years ago)
- Last Synced: 2025-02-24T16:37:59.322Z (over 1 year ago)
- Topics: csv, csvtojson, json
- Language: JavaScript
- Homepage:
- Size: 8.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🎈 CSV To JSON
> 🔎 CSV to JSON Converter
## ⚔️ Challenge
In this challenge, you should be able to build an algorithm that can take .csv files inside a folder and convert them to .json files in an output folder. You can use Javascript language to resolve. If you want to make a front-end for the application, it will be a differential. You must document the entire challenge learning journey.
- It must be possible to place as many .csv files as necessary inside the input folder;
- In the output folder, it is necessary that all files in the input folder are converted to .json.
```bash
Name, Stack
Jose, FRONT
Maria, BACK
Lucas, FRONT
Silvia, FRONT
Adriana,BACK
```
## 🚀 Technologies ##
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
## :closed_book: How to use it? ##
Before starting, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.
```bash
# Clone this project
$ git clone https://github.com/Kayke-Fujinaka/CSV2JSON
# access
$ cd csvtojson
# install dependencies
$ yarn or npm
# Run the project
$ yarn start or npm start
# The server will initialize in the
```
## 🤝 Collaborators
Thanks to the following people who contributed to this project: