From 31e433ad4c60759a23ddb556f93bd2757d244f11 Mon Sep 17 00:00:00 2001 From: Gabriel Paiva Date: Thu, 20 Feb 2020 20:48:41 -0300 Subject: [PATCH 1/2] Added my completed project example --- Projects/1-Beginner/CSV2JSON-App.md | 1 + Projects/1-Beginner/JSON2CSV-App.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Projects/1-Beginner/CSV2JSON-App.md b/Projects/1-Beginner/CSV2JSON-App.md index 042ca9a6..b5903bf8 100644 --- a/Projects/1-Beginner/CSV2JSON-App.md +++ b/Projects/1-Beginner/CSV2JSON-App.md @@ -56,3 +56,4 @@ conversion. ## Example projects [CSV to JSON Converter](https://codepen.io/JFarrow/pen/CAwyo) +[JSV Converter](https://gpaiva00.github.io/json-csv) diff --git a/Projects/1-Beginner/JSON2CSV-App.md b/Projects/1-Beginner/JSON2CSV-App.md index 4c6102a7..33400cf7 100644 --- a/Projects/1-Beginner/JSON2CSV-App.md +++ b/Projects/1-Beginner/JSON2CSV-App.md @@ -53,3 +53,4 @@ Try to complete your JSON2CSV implementation before reviewing the example project(s). - [JSON to CSV Converter](https://codepen.io/JFarrow/pen/umjGF) +- [JSV Converter](https://gpaiva00.github.io/json-csv) From 0091909a3d81f2c896ae6536df434cb3bbe2331b Mon Sep 17 00:00:00 2001 From: Gabriel Paiva Date: Thu, 20 Feb 2020 20:54:04 -0300 Subject: [PATCH 2/2] Added my completed project example; Fixed examples list. --- Projects/1-Beginner/CSV2JSON-App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/1-Beginner/CSV2JSON-App.md b/Projects/1-Beginner/CSV2JSON-App.md index b5903bf8..3eaa0fff 100644 --- a/Projects/1-Beginner/CSV2JSON-App.md +++ b/Projects/1-Beginner/CSV2JSON-App.md @@ -55,5 +55,5 @@ conversion. ## Example projects -[CSV to JSON Converter](https://codepen.io/JFarrow/pen/CAwyo) -[JSV Converter](https://gpaiva00.github.io/json-csv) +- [CSV to JSON Converter](https://codepen.io/JFarrow/pen/CAwyo) +- [JSV Converter](https://gpaiva00.github.io/json-csv)