Releases: NajmAjmal-old/pwa-template
Releases · NajmAjmal-old/pwa-template
1.2.0
Full Changelog: 1.0.0...1.2.0
1.0.0
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:
- Clone the repository:
git clone https://github.com/NajmAjmal/pwa-template.git
- Customize the website's content, styling, and PWA configuration to match your needs.
- Deploy the project to your preferred hosting platform.
- Access the website in a web browser.
- 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
- Update README.md by @NajmAjmal in #1
- Update by @NajmAjmal in #2
New Contributors
- @NajmAjmal made their first contribution in #1
Full Changelog: https://github.com/NajmAjmal/pwa-template/commits/1.0.0