Skip to content

Instantly share code, notes, and snippets.

View rashedInt32's full-sized avatar

Rashed rashedInt32

View GitHub Profile
@rashedInt32
rashedInt32 / InactivityCartReminder.js
Last active March 18, 2025 12:41
Inactivity Cart Reminder
/**
* Need to ensure its desktop and chrome browser only
* Crate CONFIG object that holds the constant value
* Create timer function that trigger show modal function
* after 30 seconds of inactivity
*
* add Event listener for mousemove, click and keypress
* * Show modal function should check if the cart empty or not
* * if empty, do nothing. It item present trigger modal with last item
* create show modal function to render html