colorpicker-pwa

A project to demonstrate PWA strategies

MIT License

Stars
9

colorpicker-pwa

A project to demonstrate Progressive Web APP(PWA) using Vite.

How to run

  • Clone or Fork the repo
  • Install Dependencies using yarn install
  • Run the app locally using yarn dev
  • To see the PWA works,
    • Build the app using yarn build
    • Start the preview using yarn preview

Many Thanks to all the Stargazers who has supported this project with stars()

Deployed on Netlify

I've deployed the app on Netlify, which you can access publicly and install.

Check it out: https://pwa-colorpicker.netlify.app/

Contribute

Please read the CODE_OF_CONDUCT and the CONTRIBUTING guide first.

Feel free to contribute by opening an issue if there's any bug in this application. You are also welcome to add features to it like:

  • Make the update alert better. Right now, I use the browser's window alert.
  • Build a better caching strategy. Right now, it uses the Cache Only strategy.
  • You can use Faker to generate the data and cache. The faker code is present already.
  • Whatever you think can make this app helpful and useful for people learning PWA.