Keyboard Shortcuts is a Progressive Web App (PWA) designed to help users quickly find and learn useful keyboard shortcuts for various platforms and applications. The app works offline once installed on your device and provides a smooth, app-like experience on both desktop and mobile devices.
- Offline support with Service Worker caching
- Clean and simple UI
- Standalone app experience (no browser UI when launched from home screen)
- Supports installation on iOS and Android devices
- Quick access to commonly used keyboard shortcuts
The following files are cached by the service worker to enable offline functionality:
/index.html
– Main HTML page/manifest.json
– Web app manifest/styles.css
– Stylesheet for layout and design/1.png
– Apple touch icon/favicon.ico
– Browser favicon
The service worker caches all the above files during installation and serves them from cache to provide offline access.
- Serve your site over HTTPS or use a local server (e.g.,
live-server
,http-server
). - Open the site in a modern browser that supports service workers.
- Add the site to your home screen on mobile devices for an app-like experience.
- Use the site offline after the first visit.
To add the app to your mobile device:
- Open the site in your mobile browser.
- Tap “Add to Home Screen” (usually found in the browser menu).
- Launch the app from your home screen without needing internet.
For questions or contributions, please contact [https://abdelrahmanz.netlify.app/].