From 187499dda251c640dd9a16d23c655b595c428fec Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Sat, 5 Nov 2022 22:39:09 +0100 Subject: [PATCH] Add Data Visualization readme --- 4-data-visualization/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 4-data-visualization/README.md diff --git a/4-data-visualization/README.md b/4-data-visualization/README.md new file mode 100644 index 0000000..1014f14 --- /dev/null +++ b/4-data-visualization/README.md @@ -0,0 +1,11 @@ +# Preview the projects here: + +[Bar Chart](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/1-bar-chart/index.html) + +[Scatterplot Graph](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/2-scatterplot/index.html) + +[Heat Map](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/3-heat-map/index.html) + +[Choropleth Map](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/4-choropleth/index.html) + +[Treemap Diagram](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/5-treemap/index.html) \ No newline at end of file