JavaScript Projects

I have an extensive Javascript skillset and have created several projects using this technology.

JavaScript Projects

I have created a number of bespoke JavaScript projects in my spare time, in addition to the Javascript-based websites and applications that I create professionally. My preferred framework is Vanilla Javascript, and I also write jQuery for use with plugins, AJAX requests, and APIs.

  • Vanilla Javascript
  • API Integration
  • DOM Manipulation
  • Complicated Programming Logic

Project Management Game

Project Management training company needed a Javascript game for their PM apprenticeship course. In this game, the player traverses the various stages of the PM lifecycle, from Initiation through to Closure — and depending on the dice roll, moves forwards or backwards between the stages, answering questions as they do. The animations and game mechanics make it an enjoyable and informative learning experience.

View Project

Chess Program

Personal project. I made this program after discovering that one of the earliest chess programs was just a Javascript array with a bit of programming behind it. No advice was consulted, so my methods are entirely organic. The program analyses each square before using conditional statements to determine which pieces can move where, based on their respective locations within the DOM.

View Project