World Clock Tracker is a JavaScript application that allows users to track the time and date of various cities around the world. Users can select a city from a dropdown menu, and the application will display the current time and date for that city.
- Real-time updating of the displayed time and date for selected cities
- Support for various timezones using Moment.js library
- Ability to add new cities to the tracker
- Automatic detection of the user's local timezone (based on browser settings) as an option
- Clone the repository or download the source code.
- Open the
index.html
file in your web browser or you can check the hosted website here: https://world-clock-main-jd.netlify.app/. - You will have 3 default cities selected.
- Select a city from the dropdown menu to start your own list / add it to the tracking list.
- The selected cities will be displayed with their corresponding time and date.
- The displayed time will automatically update every second.
- You have the possibility to go back to the 3 default cities by clicking on the Home link (only visible when you have created your own list of cities)
- Moment.js (version X.X.X)
- Moment Timezone (version X.X.X)
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
TBC