https://github.com/daniissac/teamtime
Track team times around the world
https://github.com/daniissac/teamtime
collaboration timezone timezone-conversion
Last synced: over 1 year ago
JSON representation
Track team times around the world
- Host: GitHub
- URL: https://github.com/daniissac/teamtime
- Owner: daniissac
- License: mit
- Created: 2024-11-14T11:26:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T03:38:59.000Z (over 1 year ago)
- Last Synced: 2025-02-06T19:47:05.963Z (over 1 year ago)
- Topics: collaboration, timezone, timezone-conversion
- Language: JavaScript
- Homepage: http://daniissac.com/teamtime/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeamTime: Track Colleague Times Globally
TeamTime is a user-friendly web application designed to help teams track and manage time differences across global colleagues. With its intuitive interface, you can easily keep track of what time it is for your team members around the world.
## Features
- 👥 Track multiple colleague times simultaneously
- 🌍 Support for all major global timezones
- 🕒 Real-time time updates
- 🎯 DST-aware time conversion
- 📱 Responsive design for all devices
- 💾 Local storage for persistent colleague list
- 🔄 Automatic timezone updates
## Usage
1. Enter your colleague's name
2. Select their timezone
3. Click "Add Colleague" to start tracking their time
4. View all colleague times updating in real-time
## Live Demo
Try TeamTime now at: [Demo](https://daniissac.com/teamtime)
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Timezone data based on IANA Time Zone Database
- Built with vanilla JavaScript, HTML and CSS