Portfolio

Portfolio

  • Here is a simple movie database site I made using PHP and MySQL. Anyone can create an account to view information about movies and add reviews. Someone with an admin account can add new movies and edit them. Try it out! http://dgm3760.landonhatch.com/capstonePHP/index.php Username: admin Password: password

  • This is a basic site I made using just Bootstrap. http://dgm2780.landonhatch.com/DGM-2780-Bootstrap-FALL/index.html

  • This app was built using Vue.js and connects to the Unsplash API. Here is the app: https://adoring-stonebraker-302f69.netlify.app/#/home

  • This is a simple product server built with Vue.js on the frontend and two variations of a Node.js server on the backend (one implemented with a RESTful server and one with GraphQL). Here is the hosted app: https://mystifying-feynman-bb7e54.netlify.app/#/GQLall The GraphQL server is not hosted so you need to run it locally for it to work: […]

  • I built this BlackJack game from the ground up. It’s a fun little project that I’ve worked on in my free time. Here’s an article I wrote about the beginning process: https://echohatch1.medium.com/making-a-simple-blackjack-game-with-html-and-javascript-5124123762ce The live app: https://otherprojects.landonhatch.com/Blackjack%202.0/