Design Projects
A collection of design projects I've created.
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
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
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
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
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
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
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.
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
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.
A project where I focused on utilizing GSAP to animate different parts of a popup dialogue including its SVGs.
- GSAP
- Nuxt/Vue3
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
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
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
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
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
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
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
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
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
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
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
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