This is a simple world clock application that allows the user to select a timezone and see the current time in that timezone. The user can also add a timezone to their favorites list and see the current time in their favorite timezones on the home screen. The user can also remove a timezone from their favorites list and search for a timezone by country or city name.
Component Clock have been used in project is forked from bedimcode/responsive-clock-ui.
- Select a timezone and see the current time in that timezone
- Add a timezone to favorites list
- Remove a timezone from favorites list
- Search for a timezone by country or city name
- Auto detect user's timezone
- Light/dark mode toggle
- Auto detect user's system preference for light/dark mode
- Responsive design
Project using Yarn as package manager and NodeJS version 16. Please install yarn and node before running the project.
$ yarn install
$ yarn start
Follow the instructions in the terminal to open the project in the browser.