Hi it's me, Ashley.
Seinfeld Calendar

About

This project was a submission to M&T Hack and Meet hackathon, in collaboration with Zoe Bingham.

As you can tell by the scattered JS files in the repository and by how unhinged we were in the video…we made everything in pure client-side Javascript!!!! Well at least most of it (the backend used NodeJS and MongoDB). The UI is created via the DOM Element API and requests to the backend is made with the Fetch API.

As the nature in Javascript, the entire thing is spaghetti code.

Here’s a list of things we did during the hackathon:

Javascript added a lot of layers to the hackathon experience, both good and bad. Using JS for this project gave me an appreciation for web frameworks and the abstraction they provide.