I built a dynamic web application where three images are animated within a defined container. The interface includes Start, Stop, and Reset buttons that control the movement of the images. Once the user clicks "Start," the images begin moving in different directions, and "Stop" halts their motion. The "Reset" button brings all images back to their original positions. Additionally, a live tracker displays the current coordinates of each image in real time. This project demonstrates my ability to work with timed animations, coordinate tracking, DOM manipulation, and user interface interactivity using core web technologies.