Skip to content

Instantly share code, notes, and snippets.

View PappuKP's full-sized avatar
PRO

Pappu Kumar Pashi PappuKP

PRO
View GitHub Profile
@PappuKP
PappuKP / index.html
Created August 24, 2020 21:25
Project-1: Visualize Data with a Bar Chart
<!Doctype html>
<html lang="en-US">
<head>
<title>D3 Bar Graph</title>
<meta charset="utf-8">
<meta name="author" content="Anuj Yadav">
<meta name="viewport" content="width=device-width, initial-scale:1.0">
<meta name="description" content="Bar Chart implementation with United States GDP data">
<script src="https://d3js.org/d3.v5.min.js"></script>
<!--<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>-->
@PappuKP
PappuKP / index.html
Created August 24, 2020 21:26
Project-3: Visualize Data with a Heat Map
<!Doctype html>
<html lang="en-US">
<head>
<title>Heat Map</title>
<meta charset="utf-8">
<meta name="author" content="Anuj Yadav">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Solution for heat map for freecodecamp project, this uses d3 library for charting purpose">
<!--<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>-->
<script src="https://d3js.org/d3.v5.min.js"></script>
@PappuKP
PappuKP / index.html
Created August 24, 2020 21:26
Project-4: Visualize Data with a Choropleth Map
<!Doctype html>
<html lang="en-US">
<head>
<title>Choropleth Map</title>
<meta charset="utf-8">
<meta name="author" content="Anuj Yadav">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Solution for Choropleth Map for freecodecamp project, this uses d3 library for charting purpose">
<!--<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>-->
<script src="https://d3js.org/d3.v5.min.js"></script>
@PappuKP
PappuKP / index.html
Created August 24, 2020 21:26
Project-2: Visualize Data with a Scatterplot Graph
<!Doctype html>
<html lang="en-US">
<head>
<title>Scatter Plot</title>
<meta charset="utf-8">
<meta name="author" content="Anuj Yadav">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Solution for scatterplot for freecodecamp project, this uses d3 library for charting purpose">
<!--<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>-->
@PappuKP
PappuKP / freecodecamp_poject1-build_a-_tribute_page.markdown
Created August 24, 2020 21:26
FreecodeCamp_Poject1-Build_a _Tribute_page
@PappuKP
PappuKP / codepen-home-freecodecamp_poject2-build_a_survey_form.markdown
Created August 24, 2020 21:26
CodePen Home FreecodeCamp_Poject2-Build_a_Survey_Form
@PappuKP
PappuKP / codepen-home-freecodecamp_poject3-build_a_product_landing_page.markdown
Created August 24, 2020 21:27
CodePen Home FreecodeCamp_Poject3-Build_a_Product_Landing_Page
@PappuKP
PappuKP / freecodecamp_project4-build_a_technical_documentation_page.markdown
Created August 24, 2020 21:27
FreeCodeCamp_Project4-Build_a_Technical_Documentation_Page
@PappuKP
PappuKP / codepen-home-freecodecamp_project5-personal_portfolio.markdown
Created August 24, 2020 21:27
CodePen Home FreeCodeCamp_Project5-Personal_Portfolio
@PappuKP
PappuKP / freecodecamp-front-end-libraries-projects1-build-a-random-quote-machine.markdown
Created August 24, 2020 21:27
freeCodeCamp - Front End Libraries Projects1- Build a Random Quote Machine