Description

A small demo project to record mouse movements and play them back.

A JS array is used to store mouse coordinates.

Clicks are also recorded and logged to the screen along with the window size and a UUID.

Play back is done with jQuery and CSS.

Description

Presentation Timer is a small application intended to help academics and other people practice presentations with strict time limits. It allows for up to two warnings to be displayed visually or audibly or both at any time during the presentation. The visual warning is modeled after how academic conferences warn presenters about how much time they have remaining.

Requirements about the presentation process at conferences were elicited from Jaana Eigi who provided valuable insights. This is the JavaScript version that runs as a static single page app.

Description

A Gödel tribute page made on codepen as practice and as part of a freecodecamp tutorial.

Description

Pricing service keeps track of product prices on an external website and emails users via mail-gun API when a specified price point is reached.

Description

Quizzer is a small desktop application that reads an SQLite database of countries and then asks what the capital of a randomly chosen country is.

It presents this in the form of a multiple choice question with one correct answer and three incorrect answers.

This is a webapp version of an earlier Tkinter project which does the same.

Description

A generic eCommerce site site with call to action, user accounts and payment processing using stripe API.