This project uses vanilla JavaScript with 'onmousemove' event to trigger with the mouse moving on the window to move the "pupils" around the eyes.
This project uses JavaScript with Mapbox, a cloud platform to display the map of Boston, MA and to render a marker based on the latitude and longitude of a bus route. The bus route is between MIT and Harvard and the marker is set based on the position in the bus stops array which updates with a call back function when the button is clicked.
This project uses primarily vanilla JavaScript with on click event, to generate a PacMan image at a random location within the window. The update function is called when the update button is clicked. Pacman continue to randomly generate with each click of 'Add Pacman' and move on update button click.