Skip to content

📆 🇦🇲 A simple PWA for tracking state and religious holidays in Armenia

License

Notifications You must be signed in to change notification settings

42proger/calendarmenia

Repository files navigation

Armenian Calendar PWA

PWA Shields W3C Validation

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: https://github.com/42proger/easter.js.

Tech Stack

Vue 3, Vuex, Tailwind, Vite, PWA Vite Plugin, Workbox

Run Locally

Clone the project

  git clone https://github.com/42proger/calendarmenia

Go to the project directory

  cd calendarmenia

Install dependencies

  npm install

Start the server

  npm run start

License

MIT