A Progressive Web App (PWA) for Retail roster management.
This repository contains a simple offline-capable PWA for managing retail team rosters and availability.
index.html— main application pagecss/styles.css— app stylingjs/app.js— application logicmanifest.json— PWA metadataservice-worker.js— offline caching and service worker logic
- Clone the repository:
git clone https://github.com/cybernerdphil/retail-roster-pwa.git
- Open
index.htmlin your browser, or serve the folder using a local web server.
For local development, use a simple static server such as http-server, python, or another tool.
Example with Python 3:
cd retail-roster-pwa
python3 -m http.server 8000Then open http://localhost:8000 in your browser.
- Offline-first PWA behavior
- Mobile-friendly layout
- Roster and availability interface
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome. Open an issue or submit a pull request with improvements.