My Portfolio

A showcase of my abilities.

Project 1

Book Store: This is a react app built with AWS Amplify and Stripe then deployed with S3 and cloudfront. User order's are stored in DynamoDB as payments are sent to Stripe. Amazon Cognito user pool groups are used to identify authentification for admins and guests when people sign up to buy books. Functions are ran through Lambda for creating orders and processing payments.

Project 2

Todo List App: To help me keep track of things I have to do when life gets crazy I made a todo list web app that allows me to add task and mark them as complete once I've done them. This project was made with Python/Django and deployed with AWS EC2. In order to use the app you must log in first and below is a guest log in for anyone to try the app!
username: guest | password: instance

Project 3

Contact List App: Django has allowed me to produce a full stack contacts list app where I can add, delete, and edit contacts. There is also a search bar that can be used to search for a name specifically or a list a names under a letter or number. The displayed screen is as if you were looking at it from a cell phone screen. Launched with AWS EC2 Windows.

Project 4

PinPoint: PinPoint is a web app I made with a traveling theme. Built with React and JavaScript I was able to practice a lot of HTML and CSS. The homepage is the only page with UI the other pages in the navbar are just landing pages including the sign up. This project is more of a template and was a great way of applying my knowledge as a developer.

Project 5

Buffalo Wild Wings Website: I built this mock-up website with Django and it has a sign up and login/authentication system to verify as well as protect users with any saved data or personal information on their account.

Project 6

My Blog: What better way to keep track of my life than with a blog to journal how I'm feeling. On this webpage made with Django and HTML/CSS I can make daily post keeping updates on what's happening currently or I can research my favorite topics and give educational information on them. Each post shows the user's name and the time they posted.

Project 7

Sudoku Backtracking Game: Using python to show problem solving and backtracking algorithm. First I made a simple text board for the python program to solve, then I created a GUI graphical board to make it into a visual game. You can try to solve it yourself or press the spacebar to watch it solve itself!

Project 8

Maze Generator: This project demonstrates problem solving and how the maze generator finds the shortest path from the starting to the end point. First it starts with a grid and goes through every square creating a maze layout then once it is done it will start.