Work

FilmFan (React)

A React single page application

A screenshot of the live FilmFan (React) site

This is the first app I built with React! It provides users with access to information about different movies, directors, and genres. Users are able to sign up, update their personal information, and create a list of their favorite movies. The app's backend was also built by me in my "Movie API" project.

JS PokeDex App

A small web app that loads data from an API

A screenshot of the live Pokedex App

This simple PokeDex app uses an API to get data about various Pokemon. Users can view a list of pokemon, and open a Modal to view extra details about each one.

Meet App

A serverless PWA built with React

A screenshot of the live Meet App

Meet is a serverless, progressive web application (PWA) built with React using a test-driven development (TDD) technique. The application uses the Google Calendar API to fetch upcoming events

Movie API

The server-side component for my filmFan apps

A reel of film in a spiral

Movie API is the backend functionality and Database for a movie app. It was built with Node.js, Express.js, and MongoDB/Mongoose. Devolopers can use it like I did in my FilmFan projects to make an app where users can see information about movies, select their favorites, and view/edit their user profiles.

FilmFan (Angular)

A single page application built with Angular

A screenshot of the live FilmFan (Angular) site

This app is similar yet slightly different to the React version in functionality. It uses Angular routing to take users through each interface view. Users can see various details about a movie, make a list of their favorites, and view/change their user information.

Chat App

A mobile chat interface app

A screenshot from the Chat App

This app was built using React Native and Expo. It gives users the ability to chat with one another, including options to send images, videos, take images with the device's camera and share location. I tested it's functionality on my own iPhone and on an Android Studio emulator.