Hangman Final
This project was the final my Intro to Web Programming class. In this class we mainly learned about HTML, CSS, and a bit of JavaScript. The JavaScript code that you were supposed to use for this final was provided, but I decided to remake the code myself so I could understand it better. The goal of this project was to learn about the $_GET method and string manipulation. While the page isn't pretty, it is fully functional.
See MoreHangman Struggles
This biggest struggle I had with this project was using my limited knowledge about JavaScript to manipulate the URL as a string. All of the information was stored in the URL for this project, so separating each part individually was challenging for me.
What I Learned
From this project I learned more about strings, JavaScript, and forms. I haven't really made use of the $_GET method before this project, so understanding this was really useful for Advanced Web Programming later on.