Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necraul/timezone-buddy
A website for tracking the timezones of you and your buddies™.
https://github.com/necraul/timezone-buddy
timezone timezone-conversion vue vue3 vue3-composition-api vuejs website
Last synced: about 4 hours ago
JSON representation
A website for tracking the timezones of you and your buddies™.
- Host: GitHub
- URL: https://github.com/necraul/timezone-buddy
- Owner: NecRaul
- License: bsd-3-clause
- Created: 2024-01-20T10:14:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T14:43:20.000Z (9 months ago)
- Last Synced: 2024-02-27T15:52:12.730Z (9 months ago)
- Topics: timezone, timezone-conversion, vue, vue3, vue3-composition-api, vuejs, website
- Language: Vue
- Homepage: https://timezone-buddy.pages.dev/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timezone-buddy
A website for tracking the timezones of you and your buddies™.
I have a lot of buddies™ from USA and different countries. I can keep track of timezone of my EU friends because I know what their offset it from GMT+0, but my USA buddies™ use EST/CST/PST etc. which I don't know off the top of my head. So this is the solution to my problems and it will be the solution to your problems too!
## [Website](https://timezone-buddy.pages.dev/)
## Run it locally
You'll need to create a `Firebase` project, configure it and put the configs inside `.env.local`.
```bash
git clone [email protected]:NecRaul/timezone-buddies.git
cd timezone-buddies
npm install
npm run dev
```## Stack
* **Vue** - Main
* **Vue Router** - Routing/SPA
* **Pinia** - State Management
* **Firebase** - Authentication
* **Firestore** - Database