card maker
Simple web challenge. Application was built with React framework, and contained reporting functionality:
fetch("/api/report", {
method: "POST",
body: JSON.stringify({ hash: x }),
headers: {
"Content-Type": "application/json"
}