https://github.com/42proger/calendarmenia
:calendar: :armenia: A simple PWA for tracking state and religious holidays in Armenia
https://github.com/42proger/calendarmenia
calendar pwa vite vue3 vuex workbox
Last synced: 18 days ago
JSON representation
:calendar: :armenia: A simple PWA for tracking state and religious holidays in Armenia
- Host: GitHub
- URL: https://github.com/42proger/calendarmenia
- Owner: 42proger
- License: mit
- Created: 2022-07-30T19:28:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T19:50:47.000Z (3 months ago)
- Last Synced: 2026-03-06T22:45:15.111Z (3 months ago)
- Topics: calendar, pwa, vite, vue3, vuex, workbox
- Language: Vue
- Homepage: https://42proger.github.io/calendarmenia/
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Armenian Calendar PWA
[](https://42proger.github.io/calendarmenia/)
[](https://validator.w3.org/nu/?doc=https://42proger.github.io/calendarmenia/)
A simple PWA (Progressive Web Application) with Vue 3 and Vite for tracking state and religious holidays in Armenia.
Religious holidays are calculated based on the date of Easter in the selected year.
Gauss's Easter algorithm is used to calculate the Easter date: [easter.js](https://github.com/42proger/easter.js).
## Tech Stack
Vue 3, Vuex, Tailwind, Vite, PWA Vite Plugin, Workbox
## Run Locally
```bash
git clone https://github.com/42proger/calendarmenia
cd calendarmenia
npm install
npm run dev
```
## License
[MIT](https://choosealicense.com/licenses/mit/)