this is a Muslim prayer time tracker progressive web application, uses Vue.js, Al Adhan Prayer Times API and Country State City API.
-
clone this repo, then
cd pray-time npm install
-
after downloads and installation is done you should assign Country State City API key to related variable.
VUE_APP_COUNTRY_API_KEY=ADD_API_KEY
-
run project
npm run serve