Skip to content

Repository files navigation

Retail Roster PWA

A Progressive Web App (PWA) for Retail roster management.

Overview

This repository contains a simple offline-capable PWA for managing retail team rosters and availability.

Files

  • index.html — main application page
  • css/styles.css — app styling
  • js/app.js — application logic
  • manifest.json — PWA metadata
  • service-worker.js — offline caching and service worker logic

Installation

  1. Clone the repository:
    git clone https://github.com/cybernerdphil/retail-roster-pwa.git
  2. Open index.html in your browser, or serve the folder using a local web server.

Run Locally

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 8000

Then open http://localhost:8000 in your browser.

Features

  • Offline-first PWA behavior
  • Mobile-friendly layout
  • Roster and availability interface

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome. Open an issue or submit a pull request with improvements.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages