Portfolio


Heroku Logo hosted - demo links load slowly

Material-UI Examples

Released: July 2019

A site with a login and tasks page created with Material-UI. The focus was on recreating a design in place of a functioning website. For display purposes only.

React-Redux Image Browsing App

Released: December 2017

An Imgur browsing site that includes user pages of favorite images. This site utilizes the Imgur API, Ruby on Rails, and the Faraday gem on the back-end. Client-side routing uses reactrouter and RESTful principles. Redux Thunk middleware also responds to and modifies state changes.

Rails Recipe CMS

Released: November 2017

A recipe sharing community catering to various cuisines and time constraints. This CMS leverages jQuery and JavaScript for AJAX functionality. The development build utilizes the SQLite database schema and configured ActiveRecord associations. The production build on Heroku relies on PostgreSQL. OmniAuth for OAuth authentication with Facebook can be configured on the development build.

Writing To-do List App

Released: November 2017

An app for creating lists while being inspired by other writers’ to-do lists. The app implements Sinatra and MVC pattern for the front-end. Dynamic error messages leverage ActiveRecord validations and models. Users have hashed passwords through Bcrypt gems.