Introduction
This website demonstrates some of the skills and experience I have obtained. Most of these skills were self-taught after learning the basics in school. While my resume is mostly empty, I hope this website can show my ability to learn quickly the skills needed to succeed in a entry level position.
Breakdown
Front End:
Back End:
-HTML
-CSS
-JS
-AWS Amplify hosts the site.
-API gateway handles the REST.
-Lambda programs the endpoints.
-dynamoDB for the database.
Dynamic Elements
The dynamic elements on my website revolves around a simple dodgeball game I wrote in Unity and built in WebGL.The rules of the game are listed as:
-The player follows the cursor.
-The game ends when the player is hit by a ball.
-The game slowly gets more difficult.
-The game rates each run based on longest time without being hit.
After each run, the game saves the score in the database. The scoreboard retrieves all the scores and posts them up based on time, if you want to filter out yours, just search your name in the filter text box.