Projects

Movie API

This project's goal was to manually set up an API for the MyFlix project. The API is a database of movies where users can create an account, update their account, or remove their account, and view movie data from the database such as the director or genre of a single movie.

See project on GitHub

MyFlix Client

MyFlix Client is the client-side web application that allows users to access movie information such as the title, description, director, and genre. Users are also able to create an account, update their account, add and remove favorite movies from their account list, and delete their account.

See project on GitHub See live project

MyFlix Angular Client

This app is similar to the MyFlix Client that was an earlier project, and uses the same Movie API, but it uses Angular instead of focusing on React, while having all of the same features.

See project on GitHub See live project

React PWA

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

See project on GitHub See live project

Chat App

The Chat App is an application for mobile devices that provides users with a chat interface that has options for sharing images and their location. It was created using React Native, Expo, and Google Firestore Database.

See project on GitHub

Pokedex App

The Pokédex app is a list of Pokémon that includes the name, height, and type of each item.

See project on GitHub See live project