WELCOME TO MY PROJECTS!
Below you will find all of the projects that I have been working on. You can explore these projects and get a live preview or you can go to the GitHub repository and check them out!
WEEK 7 PROJECT - PAC-MAN Exercise
ABOUT THIS PROJECT:
This Pac-Man exercise allows the user to add a large number of packmen to the screen and they will float around and bounce off the edged. This exercise focused on adding elements to the DOM and being able to recognize the user’s screen size.
WEEK 8 PROJECT - EYES Exercise
ABOUT THIS PROJECT:
This eyes exercise uses html and CSS styles to create a set of eyes in the middle of the screen. There is code to track the user’s mouse input and to have the eyes follow wherever the user is pointing. This project’s focus was to work with styling and bootstrap as well as mouse and click events.
WEEK 9 PROJECT - BUS TRACKER Exercise
ABOUT THIS PROJECT:
This bus tracker shows all the stops between MIT and Harvard in Boston, Massachusetts. By clicking on the 'show stops' button in the top left corner, the website will cycle through all the stops by highlighting whichever is in focus. This project’s focus was to grab the locations of the bus stops asynchronously and to place them on an open-source map.
WEEK 10 PROJECT - HANOI TOWER Exercise
ABOUT THIS PROJECT:
This Hanoi Tower exercise continues the focus on working with css and html but now focused on writing an algorithm for solving the Hanoi Tower puzzle. Just type in the number of disks to solve for and click through the moves with the ‘Make Move' button. This exercise used recursion in the JavaScript code to solve the puzzle since the solution process is the same regardless of the number of disks.
Website Built with the help of the following assets:
Bootstrap / iconmonstr / MITxPRO