Personal projects that I've coded for fun and other cool class projects.
Hackerbox
Web application that uses the NewsApi API to browse articles from thousands of sources.
Source Code: github.com/guillonapa/hackerbox
Website: hackerbox.herokuapp.com/
Command Line Manager
A command line utility to easily manage personal scripts, shell functions, and aliases.
Source Code: github.com/guillonapa/command-line-manager
Npm Resume
A Node.js application to browse my resume (npm i -g guillonapa-cv).
Source Code: github.com/guillonapa/npm-resume
Polymer Random Walk
Simulate flexible polymers in two and three dimensional space using random walks.
Source Code: github.com/guillonapa/polymer-random-walk
Secret Santa
A minimalist web application to organize Secret Santa events.
Source Code: github.com/guillonapa/secret-santa
Website: secret-santa-events.herokuapp.com
Pong Game
The classic game of Pong with three variations (normal, gravity, and random). The game is implemented in Java and uses Processing to run the UI.
Source Code: github.com/guillonapa/pong-game
Personal Website
My personal website using Jekyll (CSS/JS templates from HTML5 UP).
Source Code: github.com/guillonapa/guillonapa.github.io
Teacher/Student Web Portal for Computer Science Courses
A web application written in Ruby on Rails that allows teachers to create, manage, and grade assignments. Students can use the portal to code and test their soulutions, while teachers can automate grading using unit testing.
Source Code: github.com/guillonapa/aspirin-x