These are projects that were created as part of the curriculum for the
Full Stack Web Development Program at Career Foundry as well as
independent projects I have been working on since completing the
program. I continue to take courses and participate in independent
projects to update and develop my web development skills. View a
list of my certifications.
Or Filter By:
Language:
Libraries:
Other Technologies:
A Memoji Generating App Created With a Google AI Prompt
The assignment: Use the Build feature in Google AI Studio to
build an app that incorporates image generation with the
Imagen API.
For the app concept, I thought it would be fun to build an
app that was able to create a Memoji based on a photograph
of your choosing.
Other than a few minor CSS corrections, all of the code for
this app was generated byGoogle AI Studio's Build Feature from a single initiating prompt I
provided.
Technologies Used:
Google AI Studio, Google Gemini API,React (version 19),TailwindCSS, Vite, Typescript
I created this component, which builds on that concept by
adding the ability to generate multiple cards at once, with
three choices for color theme, because I wanted to try out
the new Form features in React 19 and to practice using
Tailwind CSS and building projects with Vite.
Technologies Used:
React (version 19),TailwindCSS,Vite, Figma (implementing designs from Figma)
Client-side interface, built using the React library, for
previously created server-side code (Movie Database - REST
API ) of a movie themed single-page application (SPA) which
is hosted on Netlify.
A movie API server-side component, built using MongoDB,
Express, and Passport for use with a MERN (MongoDB, Express,
React, Node.js) website app that displays information
pertaining to movies.
A simple JavaScript app that displays data from the
Pokemon API (link opens in a new tab).
For the first version, the requirements were to create a UI
designed from scratch, without the use of any libraries or
platforms. For the final version, we were required to use
the Bootstraps library to create the UI.
The project objective was to create 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.
Technologies Used:
JavaScript, React, Create-React-App, Recharts, Jest,
Jest-Cucumber, TDD techniques, Google Calendar API, OAuth2,
Serverless Functions (AWS Lambda).