Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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™.

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