This repository contains a set of applications developed in under one hour at the Kording Lab Lab Teaching.
They are designed to show general architecture, and should not necessarily be used as a model for best coding practices.
Application | Overview | Technologies Explored |
---|---|---|
Reaction-Timer | (October 12 Lab Teaching) A simple application that measures response time in the browser using p5.js and records it to JSON using a Flask REST API server. | flask p5.js |