Rails application that returns parking regulations and sends reminder based on user GPS. Worked on team of five over the course of SIX days. I was the team design lead and built all of the views for the project. I also worked quite a bit with Javascript in the Front End.
A Rails applications that mimics Stack Overflow where users can post questions, answers, and comments on anything related to Mac & Cheese! Emphasis on back-end, front-end, TDD, as well as implementing secure polymorphic associations. Built with: Ruby, FactoryGirl, Rspec, Bootstrap, Rails backend
A clone of the game 2048 built from scratch with javascript. Use the arrow keys to shift the tiles left, right, up and down. When two tiles of the same value collide they will merge and form a tile of double value. Can you get a tile to reach 256?!?