Web Sample Resume

The Front Page

Admin Backend Modification

JavaScript Wordle

Live Chat

JavaScript Piano

This is a sample website portfolio built from the ground up using the Flask framework that showcases my ability to use HTML, CSS, and JavaScript on the front end and link it together with MySQL and Python on the backend to create a website. This website has two JavaScript projects: a piano and a Wordle clone. The piano is a fairly simple project and just plays the notes provided when hovering your mouse over it, as well as has a little secret if you play the hint, "we see you." The second project is a little more complicated, and it is a Wordle clone. If you don't know Wordle, it is a hit online game where once per day a random word is selected and everyone in the world tries to guess it in 6 attempts. My version of this pulls a random English word from an API every day and generates a board that is as long and wide as the word. This word is stored in a database, as well as the completion time of every user who plays, which is displayed on a leaderboard after winning. 

Speaking of users, this website features a login system not only to show off that I have developed the skills for it, but also for the live chat feature. Different users can join the live chat and talk to each other in real-time. The login functionality also functions as a way to create an admin account for me. The resume page pulls from a backend MySQL database, which can be altered live when logged in as an Admin. 

Get in touch at meyertj1113@gmail.com

LinkedInGitHubLink