Full Stack Online Magazine Prototype

Principle Medium
Skills Used
Website
CSS
HTML
Javascript
SQL

As part of a project in University, three other students and myself worked together to build an online magazine prototype for a high school called School Notes. This was a full stack project using a noSQL database, Angular, Node, and jQuery. I wrote some games in JavaScript such as a word finder game and a word scramble game. I had also created a reactive image carousel to showcase artwork at the top of the page. The whole project was built with the agile development style and that’s where I learned about user stories, weekly stand up meetings, burndown charts, and all that good stuff. I did some HTML and CSS stuff for this project, but I spent most of my time working on JavaScript games and working with backend database stuff.

The word finder was pretty cleaver in that the user could use a form on the website to type in a list of words and the JavaScript would auto-generate the game based on the words. Then the result was stored in the noSQL database to be served up on the website. In the class we live demoed it on a Heroku server but at the time of writing this portfolio and gathering images, the website is no longer up, but I do have a few screenshots from the live demo.

Related Projects:
Software
OneOff

Weather Data Server

A small project I wrote in Java to capture data from my Ambient Weather WS-2902C weather station. First, using Java, I built a simple REST server that captured data sent over my local network from my weather station and stored it into a SQLite database.

Java
SQL
Website
OneOff

BiblioCraft Website

In addition to the BiblioCraft mod I created for Minecraft, I’ve also created and maintained a companion website to help explain the various elements of the mod.

CSS
HTML
Javascript
Modo
Photoshop
PHP
Website
Released

Portfolio Website

This website is my first experience with writing GLSL shaders for a web browser. This is a WordPress website with my own custom theme with custom shaders.

CSS
HTML
Javascript
PHP
Software
Unreleased

Remote Soundboard

A small project I setup for playing DnD with friends. The software starts a java based server on my primary computer, then hosts a simple webpage that can be accessed on any web browser.

CSS
HTML
Java