Projects

A selection of some of my side projects that I've been working on...

Social Web App (MERNG Stack)

A fullstack, modern web application that allows users to make posts, comments, and likes. Built using the MERNG stack (MongoDB, Express, React, Node, GraphQL) and entirely hosted in the cloud via Mongo Atlas, Heroku, and Netlify.

Code →Demo →

React/Redux Weather App

A frontend weather application built with TypeScript, React, Redux, and Tailwind that utilizes the OpenWeather API to fetch current conditions for a provided city.

Code →Demo →

React/TypeScript Movie Trivia App

A frontend quiz application built with TypeScript, React, Styled-Components, and Tailwind that utilizes the Open Trivia Database API to fetch questions that will put your movie knowledge to the test.

Code →Demo →

"Code Launch" Marketing Site

A static marketing website for a demo product that leverages CSS Grid, Flexbox, and Media Queries to be fully responsive and user friendly.

Code →Demo →

Automated UI Testing

A foundation for getting started with Automated UI Testing using Selenium & PyTest. This project contains the configurations, page object models, and example tests needed to get up-and-running with any web application.

Code →