Michael A. Yount Web Developer
Kitchen Prep App
This is an ongoing project. This application is designed to boost team productivity in commercial kitchens. It helps to keep kitchen teams informed about what is currently happening in the kitchen, from ordering supplies and provisions to food cost analysis. Features will include: Company recipe book and searchable recipes on the web, measurments and conversions for recipes, food safety regulations and quick reference, company events and scheduling.
My MIT xPro certification Course Projects
Here are some of the coding projects that I have completed in MIT Full Stack Web Development course.
The Pac-Men Factory exercise helped me to learn some of the fundementals of DOM maniplulation and also learning how to randomize some of the actions of the Pac-Men using functions. I really explored the code here and I will add more features in the future such as , change color and size of Pac-Men. Also, change direction and animate the Pac-Men chomping.
Pac-Men Factory Github RepositoryThe Real-Time Bus Tracker was a great exercise in learning how to fetch from an API and use the data to manipulate the DOM. Watching the data collection in realtime is very interesting. Callback functions, promises and async await were all touched on here.
Real-Time Bus Tracker RepositoryIn the eye movement exercise I used JavaScript for loop to manipulate the mouse movement to control where the eyes are looking. I also added a funny cartoon face to really step it up.This , again was a great way to manipulate the DOM (document object model).
Eye Movement exercise Repository