https://github.com/tobysolutions/toby-notes
A simple PWA project that I used to demonstrate how Progressive web apps work in React
https://github.com/tobysolutions/toby-notes
Last synced: 3 days ago
JSON representation
A simple PWA project that I used to demonstrate how Progressive web apps work in React
- Host: GitHub
- URL: https://github.com/tobysolutions/toby-notes
- Owner: tobySolutions
- Created: 2023-01-26T14:46:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T14:48:09.000Z (over 3 years ago)
- Last Synced: 2026-01-15T12:18:48.314Z (5 months ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# **Notes PWA(Progressive App)**
This project was made for the purpose of understanding how Progressive web apps work in React. Some advantages of PWAs I learnt include:
* Lower Costs: Building a native mobile app or desktop app requires a budget for hiring a developer. But with PWAs, a mobile developer is not needed as a website can be converted straight away into a Progressive Web App,
* Time Saved: A PWA saves time that would’ve been spent building a mobile app. The same codebase can be shared across multiple platforms and still look and feel good.
* Lightweight: PWAs are lightweight, not heavy and bulky. This helps the web app have faster loading times and optimum memory utilization.
* Cross-Platform: PWAs are cross-platform. They run in Android, IOS, Windows, and even MacOS, accessible with any device with a browser.
* Fast Update: A Progressive Web App does not need an update to be installed for it separately on any platform it is on. It updates on its own since it technically is a website.