Projects
Pokédex
Created an interactive Pokémon application that utilized the PokéAPI. Made with HTML, CSS, JavaScript,
jQuery, Bootstrap, and Ajax. Users are able to search through the original 150 Pokémon by name, click on
their cards which triggers a pop-up for more information, and add their Pokémon to a favorites list with
local storage implementation.
Visit Site - Code
One Stop Shop
A marketplace application built with Node.js. Users can create an account, add and remove cart items,
upload and delete products, update data for products they have added, checkout their cart, place orders,
and view past orders. The SendGrid API is used to send emails and payments are handled using the Stripe
API. Image files are hosted in an AWS S3 bucket. Project also includes EJS, CSS, JavaScript, NPM,
Express.js, MongoDB, Mongoose, PDFKit, and
Multer.
Visit Site -
Code
What's Up, SA
A full-stack web application that is focused on striving to connect communities in San Antonio, Texas
by compiling
public city-based events and functions. Users are able to submit events, add friends, and show
interest in other events.
In addition, users can upload images to their profile and events and their interests will be shared
with their friends
list. Built with HTML, CSS, JavaScript, Java, Spring Boot with Thymeleaf, and Filestack to support
growth for variant
access through different hardware mediums.
Presentation -
Code
Ad-Lister
A full-stack Java application that allows the user to register an account, create and edit ads, and
view all ads listed
on the site. Implemented the Model View Controller design pattern for full functionality, along with
utilizing a MySQL
database. Includes a category system that allows the user to assign a category to their items and
search by certain
keywords.
Code
Contacts Phonebook
A Console IO application, made in Java, that prompts the user to view, add, search and delete
contacts. The addition and
deletion of contacts were reflected within the storage text file.
Code
Weather Application
Created an interactive forecast application that utilizes Mapbox and Dark Sky APIs. Made with
HTML, CSS, JavaScript,
jQuery, Bootstrap, and Ajax. Users are able to view real time and future three-day forecasts by
searching with an input
and/or dragging their map marker.
Visit Site - Code