Coding Projects

Here are some coding projects I completed during the first phase, (Front-end development with JavaScript) of the MIT Professional Certificate in coding: Full Stack Development with MERN program.

Eye Animation

Using mouse events to have some fun. This program was created to demonstrate how mouse events bind DOM elements to events.

My GitHub
Moving pacemen
PacMan Factory

This program allows you to produce pacmen on demand. Once you click start the real fun begins. They move around randomly at various speeds, while never leaving your sight. Decide how many pacmen you will make and watch them go!

My GitHub
Real Time Bus Tracking

A map marker moves along the bus route between MIT and Harvard. This is accomplished by using the MBTA API and the Mapbox library to determine stops between Harvard & MIT and adding an animated marker to highlight the bus routes.

My GitHub