@@ -142,10 +152,11 @@
Virtual Keyality
A VR typing game.
-
The idea started as something of a joke, but after prototyping we realized that we stumbled upon a killer feature: when you're wearing the headset, you can't see your keyboard.
-
View on GitHub
-
Tech
-
Design
+
The idea started as something of a joke, but after prototyping we realized that we stumbled upon a killer
+ feature: when you're wearing the headset, you can't see your keyboard.
+
View on Devpost
+
+
Unity
C#
Virtual Reality
@@ -165,11 +176,13 @@
Volunteer Management Portal
A web app for nonprofits.
-
Opportunity Hack is a charity hackathon where hackers are paired with nonprofits to solve the real world problems they face. The Lost Our Home pet rescue needed a better way to track volunteers and encourage volunteers to keep coming
- back. Our solution revolved around easy to access scheduling and volunteer-hour leaderboards to encourage first time volunteers to return.
+
Opportunity Hack is a charity hackathon where hackers are paired with nonprofits to solve the real world
+ problems they face. The Lost Our Home pet rescue needed a better way to track volunteers and encourage
+ volunteers to keep coming back. Our solution revolved around easy to access scheduling and volunteer-hour
+ leaderboards to encourage first time volunteers to return.
View on GitHub
-
Tech
-
Design
+
+
NodeJS
MongoDB
ExpressJS
@@ -189,12 +202,12 @@
var st = document.getElementById("skilltable");
var stb = document.getElementById("skilltablebutton");
var sp = document.getElementById("scrollprompt");
- document.addEventListener("scroll", function() {
+ document.addEventListener("scroll", function () {
last_known_scroll = getScrollY();
// sc(last_known_scroll);
// Usually an important performance consideration, this ends up significantly delaying the resizing of the top box, which is important to stay sized correctly
if (!queueing) {
- window.requestAnimationFrame(function() {
+ window.requestAnimationFrame(function () {
sc(last_known_scroll);
queueing = false;
});
@@ -261,4 +274,4 @@