This web application was built with React using vite. It provides the current time in various time zones around the world, allowing users to easily stay updated on global time differences.
- Displays the current time in different time zones.
- Allows users to search and add new time zones.
- Automatically updates the time every minute.
- Simple and intuitive user interface.
- Clone the repository:
git clone https://github.com/am-v/tz.git- Change into the project directory:
cd tz- Install the dependencies:
npm install- Start the application:
npm run dev- Open your browser and navigate to http://localhost:5173 to view the application.
Contributions are welcome! If you find any bugs or would like to suggest new features, please open an issue or submit a pull request.