Some Things I've Designed and Created

This is a collection of examples where I contributed to a project or created the project myself.

Design Projects

A collection of design projects I've created.

Low Fidelity Wireframe
Low Fidelity Wireframe
A low fidelity wireframe for a furniture company. The wireframe includes a home page, contact page, and product page. Certain icons were designed in Boxy-SVG.
  • Boxy-SVG
  • Adobe XD
Maynooth Furniture High Fidelity Wireframe
Maynooth Furniture High Fidelity Wireframe
A high fidelity wireframe for Maynooth Furniture company. The wireframe includes a home page, contact page, category page, and product page. Certain icons were designed in Boxy-SVG and photos edited using Photoshop.
  • Boxy-SVG
  • Adobe XD
  • Photoshop
Roar Bikes High Fidelity Wireframe
A high fidelity wireframe for Roar Bikes. The wireframe includes a home and product page. Certain icons were designed in Boxy-SVG and images of bikes were edited in Photoshop.
  • Boxy-SVG
  • Adobe XD
  • Photoshop
Wild Mangoes Site Mobile Design
Wild Mangoes Site Mobile Design
A high fidelity design I made for an apparel site. The tribal mango logo and shopping basket was created in Boxy-SVG and the overall layout was designed in Photoshop.
  • Adobe XD
  • Photoshop
Maximum Fitness Tracker Hero Design
Maximum Fitness Tracker Hero Design
A hero design for a fitness tracker site. The project focused on creating a hero that includes a full view width background, navigation, logo, and hero content. Designed through code.
  • HTML
  • CSS
  • Sass
MyApp Dashboard with Widgets Mockup Design
MyApp Dashboard with Widgets Mockup Design
A responsive dashboard mockup that includes line, bar, and pie chart widgets built with chart.js. I used inline SVG’s in order to customize icon fills and paths.
  • HTML
  • CSS
  • Javascript
  • chart.js
Personal Logo Design
Personal Logo Design
I focused on creating a personal logo where the letters ‘S’ and ‘C’ could integrate into each other. The different shapes of the letters were their own layers adjusted to fit into a simple and appealing logo design.
  • Photoshop

Career Contributions

A few examples of projects I have contributed in my career focused on software that helps generate sponsored pages.

Client Page with Hoverable Content
Client Page with Hoverable Content
This page includes components such as a hero, floating image, flip cards, and block text. I help to maintain these components as well as improve them.
  • Prismic
  • Vue
  • Nuxt
Simple Client Page With Two Components
Simple Client Page With Two Components
A simple client page with a hero and full bleed card that links out. I help maintain and improve these pages as well as make the component flexible in Prismic for our editors.
  • Prismic
  • Vue
  • Nuxt

Front End Projects

A collection of personal front end development projects.

Popup Animation Project
Cookie Popup Animation
A project where I focused on utilizing GSAP to animate different parts of a popup dialogue including its SVGs.
  • GSAP
  • Nuxt/Vue3
Phrase Hunter Game
Phrase Hunter Game
The focus of this project was to use object oriented programming concepts to build an interactive phrase guessing game. Classes were used to represent the Game as well as the Phrase to be guessed. The games classes contain methods that create interactivity.
  • HTML
  • CSS
  • Animate.css
  • JavaScript
Conference Sign Up Form
Conference Sign Up Form
An interactive event sign up form that includes validation. I used vanilla JavaScript to add interactivity, conditional behaviors as well as validation for various input types. Submission of the form is only permitted when no form validation errors occur.
  • HTML
  • CSS
  • Javascript
  • Regex
Interactive Photo Gallery
Interactive Photo Gallery
An interactive photo gallery project that includes clickable thumbnails and a lightbox feature. I used jQuery to build the search function and a jQuery plugin for the image lightbox.
  • HTML
  • CSS
  • Javascript
  • jQuery
Employee Directory
Employee Directory
A searchable employee directory that allows users to filter results. Employee cards are clickable and clicking on a card opens an interactive modal window with further employee details. Employee data is fetched from a random user API.
  • HTML
  • CSS
  • Javascript
  • FetchAPI
Treehouse Front End Portfolio Final Project
Treehouse Front End Portfolio Final Project
A responsive professional portfolio I built for the final project of the Team Treehouse Front End Web Development Tech Degree program. The portfolio is a showcases of the front end technologies I learned from the program.
  • HTML
  • CSS
  • Javascript
  • jQuery
  • Bootstrap
Student Directory
Student Directory
A student directory project that includes a search bar, search filtering functionality, pagination, and control of how many students are displayed on each page. Use of the search bar filters the student list and the pagination links adjust to the number of filtered student items.
  • HTML
  • CSS
  • Javascript
Random Quote Generator
Random Quote Generator
A fun project that displays a quote from an array of famous movie quotes. The project focused on using vanilla JavaScript to randomly choose a quote from JSON structured data.
  • HTML
  • CSS
  • Javascript
Drag and Drop Project Manager
Drag and Drop Project Manager (Heroku)
A project manager tool that takes in ‘title’, ‘description’, and number of ‘people’ inputs. Projects can be dragged and dropped between ‘active’ and ‘finished’ lists. The focus of the project was using TypeScript to build the functionality and Webpack to bundle files for deployment.
  • HTML
  • CSS
  • Javascript
  • Typescript
Library Database Manager (Heroku)
A library database manager web application I built that includes endpoints to a list of books currently in the database, a form for adding a book, a form for updating books, and a delete book option.
  • Express.js
  • Node.js
  • Sequelize
  • SQLite
  • Pug
Course Database
Course Database (Heroku)
A course database application that provides a way for users to administer a school database containing information about courses. Users can interact with the database by retrieving a list of courses, viewing detail for a specific course, as well as creating, updating and deleting courses in the database.
  • Express.js
  • Sequelize
  • SQLite
  • Postman
  • React
  • ContextAPI
Gallery Search Tool
Gallery Search Tool (Heroku)
A gallery search tool that provides a way for a user to find images based on a search topic. The project focused on using React Router and how to handle fetched data from a third party API.
  • Javascript
  • Fetch API
  • React
Hoop Up - Basketball Court Review Site
Hoop Up - Basketball Court Review Site (Netlify)
A basketball court review website that provides a way for a user to find reviews on indoor or outdoor courts and add reviews. The project focused on using Hasura to setup up an API that points to a postgres database on Heroku.
  • Emotion
  • React
  • Hasura graphQL
  • Apollo Client