World Clock

World Clock

Front-End Project

Objective

The goal of this project was to build a simple World Clock that displays the current time in a selected group of cities around the world. Instead of using an API, the app uses JavaScript's built-in Date object and time formatting methods to calculate and display the correct local times. This project allowed me to explore how JavaScript handles time zones and how to create an interactive interface that updates in real time.

Challenge

One of the main challenges was managing the time differences manually without the help of an API. I had to work with JavaScript’s Date methods to convert time zones accurately and make sure each city’s clock stayed synchronized. Formatting the time properly for each region and ensuring a smooth update every second also required attention to detail in both logic and layout.

Position

Front-End Developer

Time

1 Week