Work Samples

MyFlix

I realy enjoyed creating this simplified version of IMDb, where a user can create an account, log in, view movies, and create a list of favorites. I built both the server and client side of the application. The server side consists of a REST API and non-relational database using JavaScript, Node.js, Express, and MongoDB. The client side is a single-page application built with React and React Bootstrap.

Link
GitHub (client)
GitHub (server)

Meet App

Users can view events happening in a specified city. I utilized both Test-Driven and Behavior-Driven Development approaches to develop this app, as well as Jest and Puppateer for testing. It is a Progressive Web Application that utilizes serverless functions and is written in javascript utilizing both function and object oriented programming.

Link
GitHub

This portfolio site

I built this site very simple HTML and CSS website (the one you're on) as part of my first project at Career Foundry, the coding bootcamp I completed.

GitHub

Pokedex

This is a simple application that enables the user to click on a pokemon and see additional details. Through it I experimented with connecting to an external API, using developer tools to debug, and minifying files. I used Javascript, Jquery, and Bootstrap in development.

Link
GitHub