Tag: JavaScript
What is a PWA? Everything You Need to Know About Progressive Web Apps
I recently created a Progressive Web App (PWA) using Vite called “Ramadan Tracker“. This PWA helps users keep track of their fasting schedule and prayer times, all without needing an internet connection. For March, during Ramadan, it had a total of 380+ visitors, over 1000 page views, and 30 active users. So, I thought of…
How to develop your own country selection page on WordPress
When building a WordPress site that serves users from different countries, creating a country selection page can significantly enhance user experience. This guide will walk you through developing a country selection page using JavaScript, explaining key concepts like Immediately Invoked Function Expressions (IIFE) and cookies. Using JavaScript IIFE for country redirection allows the redirection to…