World Clock is a web application built with ReactJS and styled with Tailwind CSS. It allows users to view the current time in various cities from ASEAN countries.
- Display the current time for a list of cities.
- Add more cities to the clock display from a dropdown of ASEAN countries.
- Reset functionality to revert to the original list of timezones.
- Clone the repository to your local machine:
git clone https://github.com/nordic-roast/world-clock.git
- Navigate to the project directory and install the necessary dependencies
npm run dev
- The application will open in your default browser at
http://localhost:5173