PacMan
Weather Report App

"Do I need to bring a jacket?" "Will it snow today?" "How hot will it be?" When we have questions like these, we often pull open a weather app!
Using Axios to call 3rd party APIs - Using a proxy server to manage API keys - Handling asynchronous calls.

Last updated 3 mins ago

PacMan
Pacman Exercise

If you've ever played an arcade game, then you're familiar with Pac-Man!
You're not going to build the full PacMan game in this activity. However, you will be building a feature of this game, which displays and moves PacMan from one side of the screen to the other.

Last updated 3 mins ago

Eye Movement
Eye Exercise Repository

In JavaScript, events are actions that happen on a web page. They can be anything from a mouse moving to a user typing in some text. Events happen to most elements on the DOM. These events are a good way to bind a code to user actions. For example, consider a web page that has a form with a "Submit" button. You can bind the mouse button click to that button and submit the form data upon that click. This program binds code to user actions in tracking a pair of eye 'movements' with JavaScript animation

Last updated 3 mins ago

Map
Real Time Bus Tracking Repository

Mapbox is an open-source platform that allows you to create and display maps on a web page. It allows you to add all sorts of customizations to the map. For example, you can add a marker at a specific location on the map.

Last updated 3 mins ago