Skip to content

Releases: NajmAjmal-old/pwa-template

1.2.0

09 Oct 15:18
77ab902
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.2.0

1.0.0

29 Sep 15:52
c6daa50
Compare
Choose a tag to compare

Release Notes - Version 1.0.0

Overview

This is the initial release of the PWA Installable Website project. It serves as a basic template for creating Progressive Web Apps (PWAs) that can be installed on users' devices.

Features

  • Basic website structure with HTML, CSS, and JavaScript files.
  • Service worker for caching assets and enabling offline functionality.
  • Example code for prompting users to install the PWA.
  • Sample manifest file for configuring the PWA's appearance.

Usage

To use this project, follow these steps:

  1. Clone the repository: git clone https://github.com/NajmAjmal/pwa-template.git
  2. Customize the website's content, styling, and PWA configuration to match your needs.
  3. Deploy the project to your preferred hosting platform.
  4. Access the website in a web browser.
  5. Install the PWA by clicking the "Install PWA" button when prompted.

Customization

You can customize the project by:

  • Editing the index.html file to add your own content.
  • Modifying the styles.css file to change the website's appearance.
  • Updating the manifest.json file to configure the PWA's details.
  • Extending the service-worker.js file for advanced caching or additional functionality.

Feedback and Contributions

Your feedback and contributions are highly appreciated! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request. Your contributions will help make this project even better.

License

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


What's Changed

New Contributors

Full Changelog: https://github.com/NajmAjmal/pwa-template/commits/1.0.0