Skip to content

Instantly share code, notes, and snippets.

View archriste's full-sized avatar

Alain Christe archriste

  • 13:24 (UTC -06:00)
View GitHub Profile
@archriste
archriste / index.html
Last active July 13, 2023 03:07
JS Calculator
<div id="root"></div>
@archriste
archriste / index.html
Last active July 13, 2023 03:05
Markdown Previewer
<div id="root"></div>
@archriste
archriste / index.html
Last active July 13, 2023 03:02
Random Quote Machine
<div id="root">
<RandomQuoteMachine />
</div>
@archriste
archriste / index.html
Last active July 13, 2023 02:59
Productivity Clock
<div id="root"></div>
@archriste
archriste / script.babel
Last active July 13, 2023 02:53
US GDP Graph
import * as d3 from "https://cdn.skypack.dev/d3@7.8.4";
let dataset = null;
const req = new XMLHttpRequest();
req.open(
"GET",
"https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/GDP-data.json",
true
);
req.send();
req.onload = function () {
@archriste
archriste / doping-in-cycling-scatterplot.markdown
Last active July 13, 2023 03:00
Doping in Cycling Scatterplot
@archriste
archriste / box-office-treemap.markdown
Last active July 13, 2023 02:32
Box Office Treemap
@archriste
archriste / historical-heat-map.markdown
Last active July 13, 2023 02:24
Historical Heat Map