Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 692 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 692 Bytes

One App, One Hour

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.

Contents

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