IN PROGRESS
Computer and Phone screen showcasing the Manna Shelter Website

Manna Shelter Website


Manna Shelter is a local homeless shelter that I found through Catchafire, a website designed to make skill-based connections between professional volunteers and non-profits. I am designing and developing a website for Manna Shelter using React with Vite. It will serve to increase awareness and visibility while also facilitating donations and recruiting volunteers.
IN PROGRESS
A screenshot from Discord showing the working bot

Wordle Discord Bot


A Discord Bot that takes user messages that contain the score from any of the NYT Games and creates a leaderboard from a database of those recorded scores. Built using MongoDB for the database and JavaScript. Currently works with Connections, but I intend to add other games.
<> Review the code on GitHub </>
IN PROGRESS
Computer Screen showcasing a Figma Mockup

Meyer's Matchups


I love board games and card games. I don't love always needing a pen and paper on hand to keep score of said games. This app would make it easy to score both, and keep a database of the score of past games. I'm using this as a way to teach myself Figma as seen in the image.
<> Review the code on GitHub </>
COMPLETED
Computer and Phone Screen showcasing the Meyer's Meet App

Meyer's Meet App


Meyer's Meet App is a serverless, progressive web application which was built using React with a Test-Driven Development (TDD) Technique. It uses the Google Calendar API to fetch upcoming events. Users can filter events by city, and view the data for their search update in real time.
<> Review the code on GitHub </>View the live demo
COMPLETED
Three phones displaying the Chat App

Meyer's Messages App


Meyer's Messages is a chat app that was built using React Native and tested using an Android Emulator. The app provides users with a chat interface and options to share their location and/or images. Images may be shared either from the devices media library, or directly from the camera within the app.
<> Review the code on GitHub </>
COMPLETED
Computer and Phone Screen showcasing the Meyer's Movies App built using React

Meyer's Movies (React)


Meyer's Movies is a single page application that pulls data about movies from a database using a REST API that I built. User's can create a profile to save their favorite movies, and click to learn more about each movie in the database. The frontend was developed using the React framework.
<> Review the code on GitHub </>View the live demoView the Case Study
COMPLETED
Computer and Phone Screen showcasing the Meyer's Movies App built using Angular

Meyer's Movies (Angular)


Meyer's Movies is a single page application that pulls data about movies from a database using a REST API that I built. User's can create a profile to save their favorite movies, and can learn more through modals that show the movie's genre, director, or summary. The frontend was developed using the AngularJS framework.
<> Review the code on GitHub </>
COMPLETED
Computer and Phone Screen showcasing the Pokedex App

Pokedex App


This app uses the PokeAPI to pull information about pokemon and display them to the user. The user can click on a pokemon to see additional information.
<> Review the code on GitHub </>View the live demo