This is a simple Progressive Web App (PWA) that allows users to color an SVG image by selecting different colors for each region. Users can select a color from a color picker and apply it to the regions in the SVG by clicking on them.
- Open the webpage.
- Use the color picker to select a color.
- Click on any region of the SVG to apply the selected color.
- Progressive Web App (PWA) with offline capabilities.
- Ability to color individual regions of the SVG.
- Download and unzip the contents of this project.
- Open the
index.html
file in a browser. - Optionally, install the PWA to your device by using the 'Add to Home Screen' feature in supported browsers.
index.html
: The main webpage of the PWA.manifest.json
: The web app manifest for PWA functionality.beachball.svg
: The SVG image used in the coloring app.icon.png
: Icon for the PWA.