Skip to content

The JavaScript Clock is a simple and interactive web application that allows users to view the current time of different countries around the world. By typing the name of a country into the search bar, the application fetches and displays the local time for that specific region in real-time.

Notifications You must be signed in to change notification settings

AbdulMoeez1278/Javascript-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Javascript-Clock

JavaScript Clock - World Time Viewer πŸŒπŸ•’

Overview The JavaScript Clock is a simple and interactive web application that allows users to view the current time of different countries around the world. By typing the name of a country into the search bar, the application fetches and displays the local time for that specific region in real-time.

This project was built using HTML, CSS, and JavaScript to demonstrate dynamic functionality and user interactivity.

Features 🌎 View Global Time: Instantly display the current time of any country by entering its name. πŸ•°οΈ Real-Time Updates: The clock dynamically updates the time to ensure accuracy. πŸ” User-Friendly Interface: A minimalistic design with a simple input field for searching countries. πŸ’» Responsive Design: Works seamlessly on desktop and mobile devices. πŸ“š Educational Tool: Learn and understand the time zones of various countries.

Technologies Used HTML5: Markup for structuring the application. CSS3: Styling for an attractive and responsive user interface. JavaScript: Core logic for fetching and displaying time dynamically. Time Zone API (Optional): Integrated (if applicable) to fetch accurate time zone data.

How It Works The user inputs the name of a country in the search bar. The application identifies the corresponding time zone for the entered country. The local time for the specified country is displayed dynamically on the screen.

Setup Instructions Clone this repository: bash Copy code git clone https://github.com/your-username/javascript-clock.git

Open the index.html file in your browser. Start searching for different countries and see the current time displayed.

Future Improvements Add a dropdown menu for pre-selected countries. Integrate a world map for visual representation of time zones. Include daylight saving time adjustments. Enhance user interface with animations.

Contributing Contributions are welcome! If you have suggestions or find bugs, feel free to open an issue or submit a pull request.

About

The JavaScript Clock is a simple and interactive web application that allows users to view the current time of different countries around the world. By typing the name of a country into the search bar, the application fetches and displays the local time for that specific region in real-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published